From: Uwe Köcher Date: Tue, 8 Jul 2014 10:30:08 +0000 (+0200) Subject: added Ubuntu 14 support X-Git-Tag: 0.3~11 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=735e41b52074cea5865c87c4740858565f23398a;p=candi.git added Ubuntu 14 support --- diff --git a/candi.sh b/candi.sh index bd0251b..257d660 100755 --- a/candi.sh +++ b/candi.sh @@ -363,6 +363,7 @@ guess_platform() { local DESCRIPTION=$(lsb_release -d -s) case ${DISTRO}:${CODENAME}:${DESCRIPTION} in *:*:*Ubuntu*\ 13*) echo ubuntu13;; + *:*:*Ubuntu*\ 14*) echo ubuntu14;; *:Tikanga*:*) echo rhel5;; *:Santiago*:*) echo rhel6;; Scientific:Carbon*:*) echo rhel6;;