diff options
Diffstat (limited to 'apkg')
| -rwxr-xr-x | apkg | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -822,7 +822,7 @@ options: -g <pkg> update package checksum -k <pkg> update package files -s <pattern> search packages - -s <pattern> search files + -S <pattern> search files -h print this help message environment variables: @@ -850,7 +850,6 @@ main() { msg "Package '$p' not found" continue } - #printf "%s\n" "[$p] package build starts..." (cd "$(pkg_path "$p")" && $APKG "$@") || exit 1 done exit 0 |