Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29280

Modified Files:
        geant4.info 
Log Message:
Expand /Users/mommsen at run time, not compile time

Index: geant4.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/geant4.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- geant4.info 4 Apr 2004 06:14:55 -0000       1.4
+++ geant4.info 26 Apr 2004 06:30:39 -0000      1.5
@@ -1,6 +1,6 @@
 Package: geant4
 Version: 4.6.1
-Revision: 11
+Revision: 12
 Description: Toolkit for simulation of particles passing through matter
 DescDetail: <<
 Its application areas include high energy physics and nuclear 
@@ -62,15 +62,16 @@
   /bin/cp -PR config %i/share/geant4
   /bin/cp -PR examples %i/share/geant4
   /usr/bin/install -d -m 755 %i/etc/profile.d
-  echo "append_path PATH \${G4WORKDIR}/bin/\${G4SYSTEM}" > %i/etc/profile.d/%n.csh
-  echo "append_path PATH \${G4WORKDIR}/bin/\${G4SYSTEM}" > %i/etc/profile.d/%n.sh
+  echo "setenv G4WORKDIR \${HOME}/geant4" > %i/etc/profile.d/%n.csh
+  echo "append_path PATH \${G4WORKDIR}/bin/\${G4SYSTEM}" >> %i/etc/profile.d/%n.csh
+  echo "export G4WORKDIR=\${HOME}/geant4" > %i/etc/profile.d/%n.sh
+  echo "append_path PATH \${G4WORKDIR}/bin/\${G4SYSTEM}" >> %i/etc/profile.d/%n.sh
   echo "export PATH" >> %i/etc/profile.d/%n.sh
   chmod 755 %i/etc/profile.d/%n.*
 <<
 RuntimeVars: <<
   G4SYSTEM:  Darwin-g++
   G4INSTALL: %p/share/geant4
-  G4WORKDIR: ${HOME}/geant4
   G4LIB:     %p/lib
   G4INCLUDE: %p/include/geant4
   G4VIS_USE_OPENGLX: 1



-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to