summaryrefslogtreecommitdiff
path: root/repo-update
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-11-14 05:18:51 -0800
committerParabola <dev@list.parabolagnulinux.org>2011-11-14 05:18:51 -0800
commit93255c0baf9beb4f86815a8ba45c7cfa07ccac22 (patch)
tree9d8c1195c5fbe5698a0f0314f5e52be0a894c174 /repo-update
parent4e81322477747ad61524f1d18fcba58965872542 (diff)
Local changes
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} \