summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildrepo.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildrepo.in b/buildrepo.in
index 79954da..23c338d 100755
--- a/buildrepo.in
+++ b/buildrepo.in
@@ -105,7 +105,7 @@ build() {
tmpindex=$(mktemp).tar.gz
apk index --rewrite-arch $arch $oldindex -o $tmpindex \
--description "$repo $(cd $aportsdir && git describe)" \
- *.apk
+ -- *.apk
abuild-sign $tmpindex && mv $tmpindex APKINDEX.tar.gz
chmod 644 APKINDEX.tar.gz
rm -f tmp.*