]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7019 swap debian/ubuntu autodetection order
authorSteven Ayre <steven.ayre@voxygen.co.uk>
Fri, 21 Nov 2014 18:44:20 +0000 (18:44 +0000)
committerSteven Ayre <steven.ayre@voxygen.co.uk>
Fri, 21 Nov 2014 18:44:20 +0000 (18:44 +0000)
debian/util.sh

index 7452be559146e8d25cd50039dab19c447b1421c6..f024a8c9c03119e3570b70e1ec3dd987f2785a95 100755 (executable)
@@ -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