]> git.donarmstrong.com Git - neurodebian.git/commitdiff
make all leading dirs to aptcache as well
authorYaroslav Halchenko <debian@onerussian.com>
Thu, 27 Oct 2011 22:26:05 +0000 (18:26 -0400)
committerYaroslav Halchenko <debian@onerussian.com>
Thu, 27 Oct 2011 22:26:05 +0000 (18:26 -0400)
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