X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2Finstaller;h=39154ee072dc8a047e1b310781c80a255317f55f;hb=ddb01cbb4eb8431b042918438e6543003851a87f;hp=164ae2fabcbacb7743a268ede2a3c81f6f92c4f6;hpb=be61ae2295498c406e0b3db6a8389c2983b8bab2;p=libucw.git 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"