From 9b1d5c35f6ba3c5029920c4ce710abe8555940c1 Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Tue, 19 Apr 2016 12:52:52 -0500 Subject: [PATCH] Revert "FS-9081 to build all modules for trusty needs the universe components" This reverts commit e8f83d0558ad8efe9744cc885e8fce938ff00a31. --- debian/util.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/util.sh b/debian/util.sh index b5a10e3f94..3c481a3aa3 100755 --- a/debian/util.sh +++ b/debian/util.sh @@ -260,7 +260,6 @@ get_sources () { prefix=`echo $distro | awk -F/ '{print $1}'` suffix="`echo $distro | awk -F/ '{print $2}'`" if test -n "$suffix" ; then full="$tgt_distro/$suffix" ; else full="$tgt_distro" ; fi - if [ "$distro" == "trusty" -a "$components" == "main" ] ; then components="main universe"; echo "Forcing components to include universe"; fi printf "$type $path $full $components\n" done < "$2" }