summaryrefslogtreecommitdiff
path: root/buff-di-wuff
diff options
context:
space:
mode:
Diffstat (limited to 'buff-di-wuff')
-rwxr-xr-xbuff-di-wuff2
1 files changed, 1 insertions, 1 deletions
diff --git a/buff-di-wuff b/buff-di-wuff
index 35f5f3a..5376bd6 100755
--- a/buff-di-wuff
+++ b/buff-di-wuff
@@ -6,7 +6,7 @@ cache_dir='/srv/arch-mirror/sources.archlinux32'
mkdir -p "${cache_dir}"
-grep '^[^#]' '/etc/buff-di-wuff.list' | \
+grep '^[^#]' "$(dirname "$0")/downloads.list" | \
while read -r url; do
if echo "${url}" | \
grep -q '\*[^/]*$'; then