Revert "abuild: minor cleanup"

This commit seems to kill the entire repository

This reverts commit 46aed95754.
This commit is contained in:
Natanael Copa 2009-10-27 15:24:18 +00:00
parent 0251148009
commit 19b2598f8a
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
cd "$aportsdir"/$1/${i%/*}
abuild listpkg
APKBUILD=$i abuild listpkg
done
}