]> git.donarmstrong.com Git - neurodebian.git/blobdiff - cmdsettings.sh
make all leading dirs to aptcache as well
[neurodebian.git] / cmdsettings.sh
index 3c1041423b678a1dc337307b539c30f879bc2f8c..3466c7835d60e44383c154fa1d32a8da311aae42 100644 (file)
@@ -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