]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9081 Correction to e8f83d0
authorWilliam King <william.king@quentustech.com>
Tue, 19 Apr 2016 04:32:13 +0000 (21:32 -0700)
committerWilliam King <william.king@quentustech.com>
Tue, 19 Apr 2016 04:32:13 +0000 (21:32 -0700)
debian/util.sh

index b5a10e3f94d63701b61400c75d4ae195d49d091b..b961ad09682349562d72228dc33767c76010b1c1 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"; echo "Forcing components to include universe"; fi
+    if [ "$distro" == "trusty" -a "$components" == "main" ] ; then components="main universe"; fi
     printf "$type $path $full $components\n"
   done < "$2"
 }