From cb267ebd9ed7ce3ee4a0f566a390a34f2e6e957e Mon Sep 17 00:00:00 2001 From: Casandra Qiu Date: Fri, 19 Dec 2014 16:32:15 -0500 Subject: [PATCH] bug#4488 Failed to run ospkgs for SLES12 --- xCAT/postscripts/ospkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/ospkgs b/xCAT/postscripts/ospkgs index 1bf1defea..6ba858a80 100755 --- a/xCAT/postscripts/ospkgs +++ b/xCAT/postscripts/ospkgs @@ -492,7 +492,7 @@ if ( pmatch "$OSVER" "sles10*" ); then fi fi fi -elif ( pmatch "$OSVER" "sles" ); then +elif ( pmatch "$OSVER" "sles*" ); then #check if zypper is installed result=`rpm -q zypper` if [ $? -ne 0 ]; then