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