commit 1ac384038d22095a6da5095df91dd424d7ecf2e1
parent 95cb6e09ebfd945e5dca7418db9d1f3d587af4f9
Author: Cem Keylan <cem@ckyln.com>
Date: Fri, 29 May 2020 22:02:07 +0300
docs: update
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/doc/package-system.txt b/doc/package-system.txt
@@ -38,6 +38,11 @@ to execute the file.
An important advice is to append an '-e' to the shebang (#!/bin/sh -e) so
that the build script exits on compilation error.
+Build is run with three arguments
+$1: Location of the package directory (DESTDIR)
+$2: Package version
+$3: System Architecture
+
SOURCES
-------