summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildrepo b/buildrepo
index 95360f3..fe24d8f 100755
--- a/buildrepo
+++ b/buildrepo
@@ -46,7 +46,7 @@ build() {
for i in */APKBUILD; do
( cd ${i%/*} || return 1
- PKGDEST="$repodir/$repo" abuild -r || return 1
+ PKGDEST="$repodir/$repo" abuild -k -r || return 1
) || return 1
done
cd "$repodir/$repo"