HPC Integration - minor fix to compiler install

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5693 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mellor 2010-04-06 21:07:20 +00:00
parent a37439a227
commit 13f5c42392

View File

@ -24,8 +24,8 @@ if [ $OS != "AIX" ]; then
if [ $NODESETSTATE == "genimage" ]; then
# Being called from <image>.postinstall script
# Assume we are on the same machine
echo 1 | chroot $installroot $vacpp_script
echo 1 | chroot $installroot $xlf_script
echo 1 | chroot $installroot /$vacpp_script
echo 1 | chroot $installroot /$xlf_script
fi
fi