-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
This commit is contained in:
mxi1 2010-01-13 09:46:15 +00:00
parent 4fd0890c54
commit 828615c375

View File

@ -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`