From: Martin Mares Date: Fri, 26 Sep 2003 11:16:26 +0000 (+0000) Subject: EXTRA_RUNDIRS needn't form a strict hierarchy, so add a -p. X-Git-Tag: holmes-import~1212 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=be61ae2295498c406e0b3db6a8389c2983b8bab2;p=libucw.git EXTRA_RUNDIRS needn't form a strict hierarchy, so add a -p. --- diff --git a/build/installer b/build/installer index be4a2bbd..164ae2fa 100755 --- a/build/installer +++ b/build/installer @@ -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..."