minor fix

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4323 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2009-10-08 17:28:43 +00:00
parent df899e4393
commit ef8325004c

View File

@ -86,7 +86,7 @@ else
}
my $osver=$ENV{'OSVER'};
my $arch=$ENV{'ARCH'};
&runcmd("OTHERPKGS=xcat/core-snap/xCATsn,xcat/xcat-dep/$osver/$arch/conserver /xcatpost/otherpkgs");
&runcmd("OTHERPKGS=xcat/xcat-core/xCATsn,xcat/xcat-dep/$osver/$arch/conserver /xcatpost/otherpkgs");
}
&runcmd("/opt/xcat/sbin/copycerts");
}