From 828615c375395ec6bab45130d4e544b09b6202ba Mon Sep 17 00:00:00 2001 From: mxi1 Date: Wed, 13 Jan 2010 09:46:15 +0000 Subject: [PATCH] -bug 2931249 is fixed; otherpkgs now can work well with sles11.x git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4946 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/otherpkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/otherpkgs b/xCAT/postscripts/otherpkgs index 9af7cdb3f..47ec39372 100755 --- a/xCAT/postscripts/otherpkgs +++ b/xCAT/postscripts/otherpkgs @@ -183,7 +183,7 @@ do fi elif [ $haszypper -eq 1 ]; then #use zypper - if [ "$OSVER" = "sles11" ]; then + if [[ "$OSVER" = sles11* ]]; then result=`zypper ar -c $REPOFILE` else result=`zypper sa -c $REPOFILE`