forked from Mirrors/freeswitch
FS-9081 to build all modules for trusty needs the universe components
This commit is contained in:
parent
3c8d2fea30
commit
e8f83d0558
1
debian/util.sh
vendored
1
debian/util.sh
vendored
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user