From 13f5c423927b18aaa29301bb24f8cd088a7ce1b9 Mon Sep 17 00:00:00 2001 From: mellor Date: Tue, 6 Apr 2010 21:07:20 +0000 Subject: [PATCH] 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 --- xCAT-IBMhpc/share/xcat/IBMhpc/compilers/compilers_license | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/compilers/compilers_license b/xCAT-IBMhpc/share/xcat/IBMhpc/compilers/compilers_license index 7c1b8cc8e..4c3e4b4b3 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/compilers/compilers_license +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/compilers/compilers_license @@ -24,8 +24,8 @@ if [ $OS != "AIX" ]; then if [ $NODESETSTATE == "genimage" ]; then # Being called from .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