From ba4799774339087c907944265b3fc9629ff0963d Mon Sep 17 00:00:00 2001
From: Michael Hanke <michael.hanke@gmail.com>
Date: Wed, 20 Oct 2010 09:11:03 -0400
Subject: [PATCH] Enable multiverse in ubuntu cows.

---
 cmdsettings.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmdsettings.sh b/cmdsettings.sh
index 3ba5d1d..7ffff03 100644
--- a/cmdsettings.sh
+++ b/cmdsettings.sh
@@ -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
 
-- 
2.39.5