summaryrefslogtreecommitdiff
path: root/buildrepo
diff options
context:
space:
mode:
Diffstat (limited to 'buildrepo')
-rwxr-xr-xbuildrepo2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildrepo b/buildrepo
index 067629d..42e0559 100755
--- a/buildrepo
+++ b/buildrepo
@@ -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