]> mj.ucw.cz Git - libucw.git/blobdiff - build/installer
Added mp_strdup().
[libucw.git] / 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"