summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Sieber <mail@strfry.org>2018-04-02 08:39:54 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-04-25 00:10:15 +0200
commit20f5ea679be4d0b4463160edd3a678853c968f88 (patch)
tree5d085b5d74e3e34d80044a666413601d05e2df10
parent720a2c185e792b289ce52a56aa15857faa8fa35a (diff)
downloadabuild-20f5ea679be4d0b4463160edd3a678853c968f88.tar.bz2
abuild-20f5ea679be4d0b4463160edd3a678853c968f88.tar.xz
abuild: Fix usage info about package command
abuild package misleadingly stated that it will create packages in $REPODIR (suggesting that it actually creates apks).
-rw-r--r--abuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index 2c6feb4..a669f65 100644
--- a/abuild.in
+++ b/abuild.in
@@ -2474,7 +2474,7 @@ usage() {
fetch Fetch sources to \$SRCDEST and verify checksums
index Regenerate indexes in \$REPODEST
listpkg List target packages
- package Create package in \$REPODEST
+ package Install project into $pkgdir
prepare Apply patches
rootbld Build package in clean chroot
rootpkg Run 'package', the split functions and create apks as fakeroot