X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=cron.d%2F110debtags;h=a2be69520a9e2e2cdc312bac4e7d132f677d7a00;hp=7d361fc92b5c024415e7df5c0801b9f1902211c8;hb=2442b6d4d053bc955fcfa96db3c74d52416303bc;hpb=41ab743eae0a7875cf03a8b50a060da06af30b39 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"