Skip to content

Commit

Permalink
Fixed BaseRelease include
Browse files Browse the repository at this point in the history
  • Loading branch information
demattia committed Sep 25, 2011
1 parent 19442ba commit c87e342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MakeProject/MakeProject.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ -e "$1" ]; then
if [ "$fileEnd" == "includes" ]; then
mv "$1" "$1.backup"
pwd | sed s@/afs/cern.ch@/Users/demattia/afs@g >> $1
echo "$CMSSW_RELEASE_BASE" | sed s@/afs/cern.ch@/Users/demattia/afs@g >> $1
echo "$CMSSW_RELEASE_BASE/src" | sed s@/afs/cern.ch@/Users/demattia/afs@g >> $1
echo "${ROOTSYS}/include" | sed s@/afs/cern.ch@/Users/demattia/afs@g >> $1
echo "/afs/cern.ch/cms/slc5_amd64_gcc434/external/boost/1.44.0-cms/include" | sed s@/afs/cern.ch@/Users/demattia/afs@g >> $1
else
Expand Down

0 comments on commit c87e342

Please sign in to comment.