]> mj.ucw.cz Git - libucw.git/commitdiff
do not replace target url-equiv
authorRobert Spalek <robert@ucw.cz>
Tue, 25 Nov 2003 16:11:57 +0000 (16:11 +0000)
committerRobert Spalek <robert@ucw.cz>
Tue, 25 Nov 2003 16:11:57 +0000 (16:11 +0000)
build/installer

index 164ae2fabcbacb7743a268ede2a3c81f6f92c4f6..39154ee072dc8a047e1b310781c80a255317f55f 100755 (executable)
@@ -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"