aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/package-system.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/package-system.txt b/doc/package-system.txt
index 764bab9..7f296c0 100644
--- 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
-------