From: Robert Spalek Date: Tue, 25 Nov 2003 16:11:57 +0000 (+0000) Subject: do not replace target url-equiv X-Git-Tag: holmes-import~1159 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=db0dbf48a55529c7a42ba741ef1bf9746a056d53;p=libucw.git do not replace target url-equiv --- diff --git a/build/installer b/build/installer index 164ae2fa..39154ee0 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 ] ; then + elif [ $a == catalog-rules -o $a == url-equiv ] ; then echo "cf/$a: will be regenerated automatically" elif diff -u $DEST/cf/$a run/cf/$a ; then echo "cf/$a: no differences"