From 6fdd584d79545b8865e19695b0d3c5a415a4c0ca Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Thu, 25 Jul 2013 18:13:17 +0300 Subject: [PATCH] install.pl: Added SLES11SP3 support Signed-off-by: Vladimir Sokolovsky --- install.pl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install.pl b/install.pl index b42b85d..84859c2 100755 --- a/install.pl +++ b/install.pl @@ -220,11 +220,14 @@ if ($dist_rpm =~ /openSUSE-release-11.2/) { } elsif ($dist_rpm =~ /openSUSE/) { $DISTRO = "openSUSE"; $rpm_distro = "opensuse11sp0"; +} elsif ($dist_rpm =~ /sles-release-11.3/) { + $DISTRO = "SLES11"; + $rpm_distro = "sles11sp3"; } elsif ($dist_rpm =~ /sles-release-11.2/) { - $DISTRO = "SLES11.2"; + $DISTRO = "SLES11"; $rpm_distro = "sles11sp2"; } elsif ($dist_rpm =~ /sles-release-11.1/) { - $DISTRO = "SLES11.1"; + $DISTRO = "SLES11"; $rpm_distro = "sles11sp1"; } elsif ($dist_rpm =~ /sles-release-11/) { $DISTRO = "SLES11"; -- 2.46.0