mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
Revert "FS-9081 Correction to e8f83d0"
This reverts commit 1b9fda720a462a25254d53da366fe06a91a1e24e.
This commit is contained in:
parent
65460fae25
commit
bb8960a667
2
debian/util.sh
vendored
2
debian/util.sh
vendored
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user