FS-7019 swap debian/ubuntu autodetection order

This commit is contained in:
Steven Ayre 2014-11-21 18:44:20 +00:00 committed by Ken Rice
parent d969a7b399
commit 6b2a81b38c

6
debian/util.sh vendored
View File

@ -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