1diff --git a/pkgkit b/pkgkit
2index 735d1771910ccbd73fefe9c132df7bc665b3c8fe..60d147492c403acde56fb5e4ce01076d239e65b5 100755
3--- a/pkgkit
4+++ b/pkgkit
5@@ -256,13 +256,13 @@
6 tmp_repo="/tmp/$aver/"
7 path="$remote_path/$aver/$arch"
8
9- set -x
10 # since my remote server is not alpine I have to download the repo localy
11 rsync --blocking-io -rP \
12 "$remote:$path/" \
13 "$tmp_repo"
14
15- find "tmp_repo" -type f -name '*.apk' -print0 |
16+ set -x
17+ find "$tmp_repo" -type f -name '*.apk' -print0 |
18 xargs -0 apk index \
19 --rewrite-arch "$(uname -m)" \
20 -x "$tmp_repo"/APKINDEX.tar.gz \