]> mj.ucw.cz Git - libucw.git/blobdiff - build/installer
Introduced relative counterparts of url_canon_split() and url_auto_canonicalize().
[libucw.git] / build / installer
index be4a2bbd5e5d8c24591ae60c1bc02968e8cb5465..164ae2fabcbacb7743a268ede2a3c81f6f92c4f6 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"
 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..."
        fi
 done
 echo "Installing binaries..."