From f7f0faf2939630df1e3f168de150d388de34eb85 Mon Sep 17 00:00:00 2001 From: linggao Date: Thu, 2 Jul 2009 19:53:03 +0000 Subject: [PATCH] minor fix git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3688 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 a286b92be..f382e4cea 100755 --- a/xCAT/postscripts/otherpkgs +++ b/xCAT/postscripts/otherpkgs @@ -62,7 +62,7 @@ else if [ "$?" = "0" ]; then haszypper=1 #remove old repo - old_repo=`zypper lr -u |grep xcat-otherpkgs | cut -f2 -d '|'` + old_repo=`zypper sl |grep xcat-otherpkgs | cut -f2 -d '|'` for x in $old_repo do result=`zypper sd $x`