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:
parent
720a2c185e
commit
20f5ea679b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user