X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fclam%2Fdotnet-retired%2Fpostconditions.sh;h=1670e27e61adf0ef4a264ae407c17c29d66edd99;hb=b69976aa36264bceedbabba6f5071b124a5f0477;hp=cbdd6bc958f55117dec2750647b7676bb1db8503;hpb=102061cab065f647954f3e935f11f433e2f088d4;p=feisty_meow.git diff --git a/scripts/clam/dotnet-retired/postconditions.sh b/scripts/clam/dotnet-retired/postconditions.sh index cbdd6bc9..1670e27e 100644 --- a/scripts/clam/dotnet-retired/postconditions.sh +++ b/scripts/clam/dotnet-retired/postconditions.sh @@ -35,7 +35,7 @@ DIE=". $CLAM_DIR/exit_make.sh" if [ "$TYPE" = "library" ]; then # make sure the required directories exist. - if [ ! -d $ROOT ]; then mkdir $ROOT; fi + if [ ! -d $ROOT ]; then mkdir -p $ROOT; fi if [ ! -d $LIB_DIR ]; then mkdir $LIB_DIR; fi if [ ! -d $DLL_DIR ]; then mkdir $DLL_DIR; fi