Ignore:
Timestamp:
Nov 9, 2007, 3:32:25 PM (17 years ago)
Author:
garnier
Message:

r627@mac-90108: laurentgarnier | 2007-11-09 07:57:42 +0100
modif dans les includes directives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/config/scripts/move.sh.SH

    r483 r593  
    9090#+
    9191if [ X$g4neutronhpcrosssections != X ] ; then
    92 NeutronHPCrossSections="$g4neutronhpcrosssections"
    93 export NeutronHPCrossSections
    94 echo "On this machine the NeutronHPCrossSections=\$NeutronHPCrossSections"
     92G4NEUTRONHPDATA="$g4neutronhpcrosssections"
     93export G4NEUTRONHPDATA
     94echo "On this machine the G4NEUTRONHPDATA=\$G4NEUTRONHPDATA"
    9595fi
    9696
     
    385385echo ""
    386386mkdir -p $g4final_install/src/geant4/
    387 tar cf - Configure config/ source/ environments/ physics_lists/ examples/ |(cd $g4final_install/src/geant4/; tar xf -)
     387tar cf - Configure config/ source/ environments/ examples/ include/ |(cd $g4final_install/src/geant4/; tar xf -)
    388388fi
    389389fi
     
    399399
    400400mkdir -p $g4final_install/src/geant4/
    401 tar cf - Configure config/ source/ environments/ physics_lists/ examples/ |(cd $g4final_install/src/geant4/; tar xf -)
     401tar cf - Configure config/ source/ environments/ examples/ |(cd $g4final_install/src/geant4/; tar xf -)
    402402fi
    403403
Note: See TracChangeset for help on using the changeset viewer.