]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9081 to build all modules for trusty needs the universe components
authorWilliam King <william.king@quentustech.com>
Tue, 19 Apr 2016 03:17:58 +0000 (20:17 -0700)
committerWilliam King <william.king@quentustech.com>
Tue, 19 Apr 2016 03:17:58 +0000 (20:17 -0700)
debian/util.sh

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