]> git.deb.at Git - deb/packages.git/blobdiff - cron.d/110debtags
Split the creation of the suite index pages out of create_index_pages
[deb/packages.git] / cron.d / 110debtags
index 7d361fc92b5c024415e7df5c0801b9f1902211c8..a2be69520a9e2e2cdc312bac4e7d132f677d7a00 100755 (executable)
@@ -7,7 +7,7 @@ debtagsdir="$filesdir/debtags"
 test -d ${debtagsdir} || mkdir -p ${debtagsdir}
 cd ${debtagsdir}
 
-wget -q -N http://debtags.alioth.debian.org/tags/vocabulary.gz &&
+$wget_cmd -N http://debtags.alioth.debian.org/tags/vocabulary.gz &&
        gunzip -f vocabulary.gz
 
 cd "$topdir"