]> git.donarmstrong.com Git - neurodebian.git/blobdiff - cmdsettings.sh
Merge branch 'master' of git://git.debian.org/pkg-exppsy/neurodebian
[neurodebian.git] / cmdsettings.sh
index 1dc6a9d4c0833b18b8d57a9c5cc163b639638c4e..3466c7835d60e44383c154fa1d32a8da311aae42 100644 (file)
@@ -7,7 +7,7 @@ buildplace="${cowbuilderroot}/build"
 
 # all cuurently supported dists
 allnddists="nd+debian-lenny nd+debian-squeeze nd+debian-wheezy nd+debian-sid \
-            nd+ubuntu-natty nd+ubuntu-maverick nd+ubuntu-lucid nd+ubuntu-karmic nd+ubuntu-hardy"
+            nd+ubuntu-hardy nd+ubuntu-karmic nd+ubuntu-lucid nd+ubuntu-maverick nd+ubuntu-natty nd+ubuntu-oneiric"
 alldists="$allnddists debian-lenny debian-squeeze debian-wheezy debian-sid"
 
 # default is debian
@@ -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