abuild: Fix usage info about package command

abuild package misleadingly stated that it will create packages in
$REPODIR (suggesting that it actually creates apks).
This commit is contained in:
Jonathan Sieber 2018-04-02 08:39:54 +02:00 committed by Jakub Jirutka
parent 720a2c185e
commit 20f5ea679b

View File

@ -2474,7 +2474,7 @@ usage() {
fetch Fetch sources to \$SRCDEST and verify checksums fetch Fetch sources to \$SRCDEST and verify checksums
index Regenerate indexes in \$REPODEST index Regenerate indexes in \$REPODEST
listpkg List target packages listpkg List target packages
package Create package in \$REPODEST package Install project into $pkgdir
prepare Apply patches prepare Apply patches
rootbld Build package in clean chroot rootbld Build package in clean chroot
rootpkg Run 'package', the split functions and create apks as fakeroot rootpkg Run 'package', the split functions and create apks as fakeroot