From 7e3bec91ed088632f296f836581a4eb4d49311cf Mon Sep 17 00:00:00 2001 From: nott Date: Wed, 18 Nov 2009 14:30:47 +0000 Subject: [PATCH] Fix check for installp packages git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4609 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/updatenode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index fe93b6b2b..b83f34ac7 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -1326,7 +1326,7 @@ sub updateAIXsoftware # don't provide a list of filesets with these flags if ($flags !~ /C|L|l/) { - if ( !(-e "/mnt/$installp_file_name" )) { + if ( scalar(@installp_pkgs) == 0 ) { $noinstallp=1; } else { $inpcmd .= qq~-f /mnt/$installp_file_name~;