X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F500update_po;h=5a84ea9bfb018a20b7deb4b2e39de7158d5d29c1;hb=a155c4187816a5ed393d08ef582dfc32d9d68d62;hp=754951d11589c53264ab063d123a5e81ae97bd0f;hpb=4fec9449ddf3d2a6162c05387367746f3e17e329;p=deb%2Fpackages.git diff --git a/cron.d/500update_po b/cron.d/500update_po index 754951d..5a84ea9 100755 --- a/cron.d/500update_po +++ b/cron.d/500update_po @@ -31,6 +31,7 @@ templates/html/error.tmpl templates/html/filelist.tmpl templates/html/foot.tmpl templates/html/head.tmpl +templates/html/homepage.tmpl templates/html/index_head.tmpl templates/html/index_foot.tmpl templates/html/messages.tmpl @@ -79,7 +80,7 @@ done for domain in ${podomains} do perl -p -i -e "s,^#:\s*\Q${topdir}\E,#: .,go" ${domain}.pot.new - if [ ! -f ${domain}.pot.new ] || diff -I"POT-Creation-Date" -q ${domain}.pot.new ${domain}.pot >/dev/null 2>&1 + if [ ! -f ${domain}.pot.new ] || diff -I"POT-Creation-Date" -I"^#: " -q ${domain}.pot.new ${domain}.pot >/dev/null 2>&1 then echo "${domain}.pot unchanged" rm ${domain}.pot.new