]> mj.ucw.cz Git - libucw.git/blobdiff - build/installer
adapted to the new version of sighandler.c
[libucw.git] / build / installer
index be4a2bbd5e5d8c24591ae60c1bc02968e8cb5465..39154ee072dc8a047e1b310781c80a255317f55f 100755 (executable)
@@ -5,7 +5,7 @@ echo "Installing to $DEST"
 for d in "" cf $SH_EXTRA_RUNDIRS ; do
        if [ ! -d $DEST/$d ] ; then
                echo "Creating $DEST/$d"
-               mkdir $DEST/$d
+               mkdir -p $DEST/$d
        fi
 done
 echo "Installing binaries..."
@@ -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"