summaryrefslogtreecommitdiff
path: root/db-update
diff options
context:
space:
mode:
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update1
1 files changed, 1 insertions, 0 deletions
diff --git a/db-update b/db-update
index 13c7441..61d1636 100755
--- a/db-update
+++ b/db-update
@@ -68,6 +68,7 @@ for repo in ${repos[@]}; do
/usr/bin/repo-add -q "$repo$DBEXT" ${add_pkgs[@]} >/dev/null \
|| die "repo-add $repo$DBEXT ${add_pkgs[@]}"
popd >/dev/null
+ set_repo_permission "${repo}" "${pkgarch}"
fi
done
done