diff options
-rw-r--r-- | abuild.in | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1811,6 +1811,7 @@ undeps (){ # compat installdeps() { deps; } uninstalldeps() { undeps; } +index() { update_abuildrepo_index; } all() { if ! [ -n "$force" ]; then @@ -1917,6 +1918,7 @@ Commands: cleanpkg Remove already built binary and source package deps Install packages listed in makedepends and depends fetch Fetch sources to \$SRCDEST and verify checksums + index Regenerate the APKINDEX for abuildrepo listpkg List target packages package Create package in \$PKGDEST prepare Apply patches |