From: Martin Mares Date: Thu, 9 Sep 2004 10:46:12 +0000 (+0000) Subject: No exceptions for url-equiv. X-Git-Tag: holmes-import~895 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=d5e82215ca656a87dc3a9abd37fe8a3b00302be3;p=libucw.git No exceptions for url-equiv. --- diff --git a/build/installer b/build/installer index 39154ee0..164ae2fa 100755 --- a/build/installer +++ b/build/installer @@ -19,7 +19,7 @@ for a in $SH_CONFIGS ; do if [ ! -f $DEST/cf/$a ] ; then echo "cf/$a: new, installed" cp run/cf/$a $DEST/cf/$a - elif [ $a == catalog-rules -o $a == url-equiv ] ; then + elif [ $a == catalog-rules ] ; then echo "cf/$a: will be regenerated automatically" elif diff -u $DEST/cf/$a run/cf/$a ; then echo "cf/$a: no differences"