mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-22 23:12:45 +00:00
buildrepo: fixed evil bug
This commit is contained in:
parent
a73568f5ff
commit
a884543f0e
@ -43,8 +43,6 @@ build() {
|
|||||||
|
|
||||||
for i in */APKBUILD; do
|
for i in */APKBUILD; do
|
||||||
( cd ${i%/*} || return 1
|
( cd ${i%/*} || return 1
|
||||||
build $1 || exit 1
|
|
||||||
purge $1 || exit 1
|
|
||||||
PKGDEST="$repodir/$repo" abuild -r || return 1
|
PKGDEST="$repodir/$repo" abuild -r || return 1
|
||||||
) || return 1
|
) || return 1
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user