diff --git a/kern/conf/config b/kern/conf/config index 01bca35..ddbb50a 100755 --- a/kern/conf/config +++ b/kern/conf/config @@ -206,7 +206,7 @@ echo "$CONFNAME" $CONFTMP | awk ' # if [ ! -d "$COMPILEDIR" ]; then - mkdir $COMPILEDIR + mkdir -p $COMPILEDIR fi echo -n 'Generating files...'