From: William King Date: Tue, 19 Apr 2016 03:17:58 +0000 (-0700) Subject: FS-9081 to build all modules for trusty needs the universe components X-Git-Tag: v1.6.8~5^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8f83d0558ad8efe9744cc885e8fce938ff00a31;p=thirdparty%2Ffreeswitch.git FS-9081 to build all modules for trusty needs the universe components --- diff --git a/debian/util.sh b/debian/util.sh index 3c481a3aa3..b5a10e3f94 100755 --- a/debian/util.sh +++ b/debian/util.sh @@ -260,6 +260,7 @@ 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" }