Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 212221 | Differences between
and this patch

Collapse All | Expand All

(-)a/config/scripts/env.csh.SH (-4 lines)
Lines 94-103 echo "On this machine the G4SYSTEM=\$G4SYSTEM" Link Here
94
# g4dirs.U
94
# g4dirs.U
95
#
95
#
96
#+
96
#+
97
if ( X$g4install != X$g4final_install ) then
98
setenv G4INSTALL "$g4final_install/src/geant4"
99
echo "On this machine the G4INSTALL=\$G4INSTALL"
100
else
101
setenv G4INSTALL "$g4install"
97
setenv G4INSTALL "$g4install"
102
echo "On this machine the G4INSTALL=\$G4INSTALL"
98
echo "On this machine the G4INSTALL=\$G4INSTALL"
103
endif
99
endif
(-)a/config/scripts/env.sh.SH (-5 lines)
Lines 97-107 fi Link Here
97
# g4dirs.U
97
# g4dirs.U
98
#
98
#
99
#+
99
#+
100
if [ X$g4install != X$g4final_install ] ; then
101
G4INSTALL="$g4final_install/src/geant4"
102
else
103
G4INSTALL="$g4install"
100
G4INSTALL="$g4install"
104
fi
105
export G4INSTALL
101
export G4INSTALL
106
if [ X\$g4non_display = X ] ; then
102
if [ X\$g4non_display = X ] ; then
107
echo "On this machine the G4INSTALL=\$G4INSTALL"
103
echo "On this machine the G4INSTALL=\$G4INSTALL"
108
- 

Return to bug 212221