From 2e74764d49d2f8946af490868f9345971f72d7c3 Mon Sep 17 00:00:00 2001 From: Geoffrey Challen Date: Mon, 22 Feb 2016 13:33:36 -0500 Subject: [PATCH] Be better about creating the compile directory. --- kern/conf/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...'