Revert "FS-9081 to build all modules for trusty needs the universe components"

This reverts commit e8f83d0558.
This commit is contained in:
Ken Rice 2016-04-19 12:52:52 -05:00
parent bb8960a667
commit 9b1d5c35f6
1 changed files with 0 additions and 1 deletions

1
debian/util.sh vendored
View File

@ -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"
}