]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Revert "FS-9081 Correction to e8f83d0"
authorKen Rice <krice@freeswitch.org>
Tue, 19 Apr 2016 17:52:46 +0000 (12:52 -0500)
committerKen Rice <krice@freeswitch.org>
Fri, 29 Apr 2016 12:52:09 +0000 (07:52 -0500)
This reverts commit 1b9fda720a462a25254d53da366fe06a91a1e24e.

debian/util.sh

index b961ad09682349562d72228dc33767c76010b1c1..b5a10e3f94d63701b61400c75d4ae195d49d091b 100755 (executable)
@@ -260,7 +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"; 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"
 }