mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-04 09:44:26 +00:00
FS-7019 full list of distributions to target based on distribution autodetection
This commit is contained in:
parent
9d1c252614
commit
378686cf9d
11
debian/util.sh
vendored
11
debian/util.sh
vendored
@ -385,7 +385,16 @@ build_all () {
|
||||
done
|
||||
shift $(($OPTIND-1))
|
||||
[ -n "$archs" ] || archs="amd64 i386"
|
||||
[ -n "$distros" ] || distros="sid jessie wheezy"
|
||||
if [ -z "$distros" ]; then
|
||||
case "$(lsb_release -is)" in
|
||||
Ubuntu)
|
||||
distros="utopic trusty"
|
||||
;;
|
||||
*) # default to assuming Debian
|
||||
distros="sid jessie wheezy"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
! $depinst || aptitude install -y \
|
||||
rsync git less cowbuilder ccache \
|
||||
devscripts equivs build-essential
|
||||
|
Loading…
x
Reference in New Issue
Block a user