From 7542c903444b97385d62d90f794b6aa2461b6e0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Thu, 26 Nov 2015 22:23:11 +0100 Subject: [PATCH] candi: ubuntu 16 xenial (development) detection --- candi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candi.sh b/candi.sh index d217bfb..ef0ebd6 100755 --- a/candi.sh +++ b/candi.sh @@ -535,7 +535,7 @@ guess_platform() { *:*:*Ubuntu*\ 12*) echo ubuntu12;; *:*:*Ubuntu*\ 14*) echo ubuntu14;; *:*:*Ubuntu*\ 15*) echo ubuntu15;; - *:*:*Ubuntu*\ 16*) echo ubuntu16;; + *:xenial*:*Ubuntu*) echo ubuntu16;; *:Tikanga*:*) echo rhel5;; *:Santiago*:*) echo rhel6;; Scientific:Carbon*:*) echo rhel6;; -- 2.39.5