diff options
author | Jonathan Sieber <mail@strfry.org> | 2018-04-02 08:39:54 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-25 00:10:15 +0200 |
commit | 20f5ea679be4d0b4463160edd3a678853c968f88 (patch) | |
tree | 5d085b5d74e3e34d80044a666413601d05e2df10 | |
parent | 720a2c185e792b289ce52a56aa15857faa8fa35a (diff) | |
download | abuild-20f5ea679be4d0b4463160edd3a678853c968f88.tar.gz abuild-20f5ea679be4d0b4463160edd3a678853c968f88.tar.bz2 abuild-20f5ea679be4d0b4463160edd3a678853c968f88.tar.xz abuild-20f5ea679be4d0b4463160edd3a678853c968f88.zip |
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.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |