From: Gary Lowell Date: Mon, 3 Dec 2012 18:50:47 +0000 (-0800) Subject: get_rpm_dist.sh: Add SLES support. X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=318a0dbe29b913a125734804c0a21260358cc8c2;p=ceph-build.git get_rpm_dist.sh: Add SLES support. --- diff --git a/get_rpm_dist.sh b/get_rpm_dist.sh index 57b00c51..5815dd9b 100755 --- a/get_rpm_dist.sh +++ b/get_rpm_dist.sh @@ -14,6 +14,10 @@ Fedora) RELEASE=`$LSB_RELEASE --short --release` DIST=fc$RELEASE ;; +SUSE\ LINUX) + RELEASE=`$LSB_RELEASE --short --release` + DIST=sles$RELEASE + ;; *) DIST=unknown ;;