From: Yaroslav Halchenko Date: Thu, 27 Oct 2011 22:26:05 +0000 (-0400) Subject: make all leading dirs to aptcache as well X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e4eae9851dfb574af60bd754918dca49eeb3dc7c;p=neurodebian.git make all leading dirs to aptcache as well --- diff --git a/cmdsettings.sh b/cmdsettings.sh index 3c10414..3466c78 100644 --- a/cmdsettings.sh +++ b/cmdsettings.sh @@ -22,4 +22,4 @@ if [ "${family#nd+}" = "ubuntu" ]; then mirror="http://ubuntu.media.mit.edu/ubuntu" fi -if [ ! -d $aptcache ]; then mkdir $aptcache; fi +if [ ! -d $aptcache ]; then mkdir -p $aptcache; fi