aboutsummaryrefslogtreecommitdiff
path: root/pkgkit
diff options
context:
space:
mode:
Diffstat (limited to 'pkgkit')
-rwxr-xr-xpkgkit4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgkit b/pkgkit
index 735d177..60d1474 100755
--- a/pkgkit
+++ b/pkgkit
@@ -256,13 +256,13 @@ update_index() (
tmp_repo="/tmp/$aver/"
path="$remote_path/$aver/$arch"
- set -x
# since my remote server is not alpine I have to download the repo localy
rsync --blocking-io -rP \
"$remote:$path/" \
"$tmp_repo"
- find "tmp_repo" -type f -name '*.apk' -print0 |
+ set -x
+ find "$tmp_repo" -type f -name '*.apk' -print0 |
xargs -0 apk index \
--rewrite-arch "$(uname -m)" \
-x "$tmp_repo"/APKINDEX.tar.gz \