aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-29 19:02:06 +0000
committermerakor <cem@ckyln.com>2020-05-29 19:02:06 +0000
commitf6ec1228301eed7aedeed564526074b57aaf7796 (patch)
tree277196ff7523fbce8975bb73d8a6d827d014b6fe
parentf2a9c537710dac419ff7716a69aa36ef0b9ec9a7 (diff)
downloadcpt-f6ec1228301eed7aedeed564526074b57aaf7796.tar.gz
docs: update
FossilOrigin-Name: 6e789453d382b8cd8bf7937a4d4e8a455902430611de03406e50b7c95343ecdd
-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
-------