From f1a7345c196b049bd441b7217c92cb3009770757 Mon Sep 17 00:00:00 2001 From: linggao Date: Thu, 4 Nov 2010 19:35:10 +0000 Subject: [PATCH] monior fix for otherpkgs git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8047 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/otherpkgs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/otherpkgs b/xCAT/postscripts/otherpkgs index 6efc77041..640a6709e 100755 --- a/xCAT/postscripts/otherpkgs +++ b/xCAT/postscripts/otherpkgs @@ -145,7 +145,7 @@ while [ $op_index -le $OTHERPKGS_INDEX ]; do elif [ $string_type -eq 1 ]; then plain_pkgs_postremove="$plain_pkgs_postremove $x" else - plain_pkgs="$plain_pkgs $x-*" + plain_pkgs="$plain_pkgs $x*" fi continue fi @@ -226,7 +226,7 @@ while [ $op_index -le $OTHERPKGS_INDEX ]; do repo_pkgs="$repo_pkgs $fn" else #now no hope we have to use rpm command - plain_pkgs="$plain_pkgs $x-*" + plain_pkgs="$plain_pkgs $x*" fi handled_path[${#handled_path[*]}]=$path fi