]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Revert "FS-9081 to build all modules for trusty needs the universe components"
authorKen Rice <krice@freeswitch.org>
Tue, 19 Apr 2016 17:52:52 +0000 (12:52 -0500)
committerKen Rice <krice@freeswitch.org>
Fri, 29 Apr 2016 12:52:09 +0000 (07:52 -0500)
This reverts commit e8f83d0558ad8efe9744cc885e8fce938ff00a31.

debian/util.sh

index b5a10e3f94d63701b61400c75d4ae195d49d091b..3c481a3aa334f436d816dc0dba48cc9f8c49bcac 100755 (executable)
@@ -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"
 }