]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Enable multiverse in ubuntu cows.
authorMichael Hanke <michael.hanke@gmail.com>
Wed, 20 Oct 2010 13:11:03 +0000 (09:11 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Wed, 20 Oct 2010 13:11:03 +0000 (09:11 -0400)
cmdsettings.sh

index 3ba5d1d20c901deb359d9755fd153b5bf573230f..7ffff037862658379ed21f275f2dd48a060a1f67 100644 (file)
@@ -18,7 +18,7 @@ mirror="http://debian.lcs.mit.edu/debian"
 # overwrite necessary bits for ubuntu
 if [ "${family#nd+}" = "ubuntu" ]; then
   aptcache="${cowbuilderroot}/ubuntu_aptcache"
-  components="main universe"
+  components="main universe multiverse"
   mirror="http://ubuntu.media.mit.edu/ubuntu"
 fi