X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F110debtags;h=a2be69520a9e2e2cdc312bac4e7d132f677d7a00;hb=baa8438e062c040b6d142bcf36961b95841c0069;hp=7d361fc92b5c024415e7df5c0801b9f1902211c8;hpb=41ab743eae0a7875cf03a8b50a060da06af30b39;p=deb%2Fpackages.git diff --git a/cron.d/110debtags b/cron.d/110debtags index 7d361fc..a2be695 100755 --- a/cron.d/110debtags +++ b/cron.d/110debtags @@ -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"