ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/cms-env.spec
(Generate patch)

Comparing COMP/CMSDIST/cms-env.spec (file contents):
Revision 1.37 by ratnik, Thu Mar 8 21:06:28 2007 UTC vs.
Revision 1.41 by elmer, Tue May 1 11:31:21 2007 UTC

# Line 26 | Line 26 | then
26          slc4_ia32) compilerv=gcc345;;
27          slc4_amd64) compilerv=gcc345; osarch=slc4_ia32;;
28          osx104_ia32) compilerv=gcc401;;
29 <        osx104_pcc32) compilerv=gcc400;;
29 >        osx104_ppc32) compilerv=gcc400;;
30      esac
31      echo ${osarch}_${compilerv}
32   else
# Line 61 | Line 61 | fi
61  
62   if [ ! -d $here/${SCRAM_ARCH}/etc/profile.d ]
63   then
64 <    echo "Your shell is not able to find where cmsset_default.sh is. Either cd into the directory where it is or move to zsh"
64 >    echo "Your shell is not able to find where cmsset_default.sh is located."
65 >    echo "Either you have not set VO_CMS_SW_DIR or OSG_APP correctly"
66 >    echo "or SCRAM_ARCH is not set to a valid architecture."
67   fi
68  
69   for pkg in `/bin/ls $here/${SCRAM_ARCH}/etc/profile.d/ | grep 'S.*[.]sh'`

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines