From d5e82215ca656a87dc3a9abd37fe8a3b00302be3 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 9 Sep 2004 10:46:12 +0000 Subject: [PATCH] No exceptions for url-equiv. --- build/installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2