--- quicklook/tracker/flight/install.sh 2006/03/22 15:55:14 1.1 +++ quicklook/tracker/flight/install.sh 2006/05/10 10:09:00 1.2 @@ -43,6 +43,7 @@ echo " In this case only standalone program will work and it will" echo " not possible to use the ROOT macros (they will NOT be " echo " installed). Notice that the executables will statically " + echo " search for the calibration files in the given path." echo " If this option is set it is mandatory to give also" echo " the --install-dir and --with-yoda options." echo "" @@ -86,10 +87,13 @@ rm -rf ${THISDIR}/target mkdir ${THISDIR}/target mkdir ${THISDIR}/target/macros + mkdir ${THISDIR}/target/calib unset PAM_CCO export PAM_CCO=1 unset PAM_MACROS export PAM_MACROS=${THISDIR}/target/macros + unset PAM_CALIB + export PAM_CALIB=${THISDIR}/target/calib unset PAM_YODA export PAM_YODA=$INDIR if [ $YODA ]; then @@ -142,7 +146,7 @@ export LD_LIBRARY_PATH==$LD_LIBRARY_PATH:$PAM_LIB:$PAM_YODA/lib:$ROOTSYS/lib echo "" echo "" -echo "============= COMPILING AND INSTALLING THE TRKQLOOK PACKAGE =================" +echo "============= COMPILING AND INSTALLING THE FLIGHT TRACKER QUICK LOOK PACKAGE =================" echo "" make distclean all upgrade cd $THISDIR &>/dev/null