abuild: minor cleanup

This commit is contained in:
Natanael Copa 2009-10-23 16:53:13 +00:00
parent 3b7ab34e67
commit 46aed95754
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ usage() {
listpackages() {
cd "$aportsdir/$1"
for i in */APKBUILD; do
APKBUILD=$i abuild listpkg
cd "$aportsdir"/$1/${i%/*}
abuild listpkg
done
}