From 93255c0baf9beb4f86815a8ba45c7cfa07ccac22 Mon Sep 17 00:00:00 2001 From: Parabola Date: Mon, 14 Nov 2011 05:18:51 -0800 Subject: Local changes --- repo-update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repo-update') 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} \ -- cgit v1.2.3-54-g00ecf