summaryrefslogtreecommitdiff
path: root/repo-update
diff options
context:
space:
mode:
Diffstat (limited to 'repo-update')
-rwxr-xr-xrepo-update3
1 files changed, 2 insertions, 1 deletions
diff --git a/repo-update b/repo-update
index 4f31116..bf8d73c 100755
--- a/repo-update
+++ b/repo-update
@@ -22,7 +22,8 @@ for repo in ${ARCHREPOS[@]}; do
# rsync_not_needed for using as an rsync exclude-from
#find ${repodir}/${repo}/os/${arch}/ -name "*${PKGEXT}" \
# -fprintf ${rsync_not_needed}-${repo}-${arch} '%f\n' || exit 1
- find ${repodir}/${PKGPOOL}/ -name "*${PKGEXT}" \
+ #find ${repodir}/${PKGPOOL}/ -name "*${PKGEXT}" \
+ find ${repodir}/${repo}/os/${arch}/ -name "*${PKGEXT}" \
-fprintf ${rsync_not_needed}-${repo}-${arch} '%f\n' || exit 1
# Actual rsync command
${rsync_update_command} \