From be61ae2295498c406e0b3db6a8389c2983b8bab2 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 26 Sep 2003 11:16:26 +0000 Subject: [PATCH] EXTRA_RUNDIRS needn't form a strict hierarchy, so add a -p. --- build/installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..." -- 2.39.2