From: Steven Ayre Date: Fri, 21 Nov 2014 18:44:20 +0000 (+0000) Subject: FS-7019 swap debian/ubuntu autodetection order X-Git-Tag: v1.4.15^2~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0822f6a0200662bb01576fb3a0ce923acd9596a6;p=thirdparty%2Ffreeswitch.git FS-7019 swap debian/ubuntu autodetection order --- diff --git a/debian/util.sh b/debian/util.sh index 7452be5591..f024a8c9c0 100755 --- a/debian/util.sh +++ b/debian/util.sh @@ -387,12 +387,12 @@ build_all () { [ -n "$archs" ] || archs="amd64 i386" if [ -z "$distros" ]; then case "$(lsb_release -is)" in - Ubuntu) - distros="utopic trusty" - ;; Debian) distros="sid jessie wheezy" ;; + Ubuntu) + distros="utopic trusty" + ;; *) echo "Unknown distribution" exit -1