support installp/rpm/emgr flags.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7431 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sjing 2010-09-13 09:15:38 +00:00
parent 8178694d11
commit e651ea7e51

View File

@ -9590,6 +9590,7 @@ sub update_spot_sw
# such as /install/nim/spot/61Ldskls_test/usr/lpp/bos/inst_root/lpp_source
my $chroot_lpploc = $spotloc . "/lpp/bos/inst_root/lpp_source";
my $chroot_rpmloc = $chroot_lpploc . "/RPMS/ppc";
my $chroot_epkgloc = $chroot_lpploc . "/emgr/ppc";
if ($::VERBOSE)
{
@ -9791,7 +9792,7 @@ sub update_spot_sw
}
close(FILE);
my $rc = update_spot_epkg($callback, $chroot_lpploc, $tmp_epkg,
my $rc = update_spot_epkg($callback, $chroot_epkgloc, $tmp_epkg,
$eflags, $spotname, $nimprime, $subreq);
if ($rc)
{