buildrepo: fixed evil bug

This commit is contained in:
Natanael Copa 2009-01-06 15:51:50 +00:00
parent a73568f5ff
commit a884543f0e
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@ build() {
for i in */APKBUILD; do
( cd ${i%/*} || return 1
build $1 || exit 1
purge $1 || exit 1
PKGDEST="$repodir/$repo" abuild -r || return 1
) || return 1
done