Skip to content
Snippets Groups Projects
Commit a884543f authored by Natanael Copa's avatar Natanael Copa
Browse files

buildrepo: fixed evil bug

parent a73568f5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment