From a884543f0e09a9987c52df05e14de80939ee60ee Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Tue, 6 Jan 2009 15:51:50 +0000
Subject: [PATCH] buildrepo: fixed evil bug

---
 buildrepo | 2 --
 1 file changed, 2 deletions(-)

diff --git a/buildrepo b/buildrepo
index 067629dfbbff..42e055942f95 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
-- 
GitLab