summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2012-11-27 16:51:01 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2012-11-27 16:51:01 +0000
commit58ec1c71b2abe199d7c589f2a3b09119e1787596 (patch)
tree8acada91b9e817c836e725d5705868086acbdc38
parent46c9574ac0a9329be74e3604c23acfecc8cf8d42 (diff)
downloadgenivi-initial-setup-58ec1c71b2abe199d7c589f2a3b09119e1787596.tar.gz
Fix cache and temp directories complaining they already exist
-rwxr-xr-xsetup4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup b/setup
index 2a2634b..172212f 100755
--- a/setup
+++ b/setup
@@ -39,8 +39,8 @@ else
fi
#Ensure the cache and temp directories exist
-mkdir /src/cache
-mkdir /src/tmp
+mkdir -p /src/cache
+mkdir -p /src/tmp
#Create morph.conf
cat >/src/morph.conf <<EOF