[Rivet-svn] r2423 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Apr 29 17:45:26 BST 2010


Author: hoeth
Date: Thu Apr 29 17:46:48 2010
New Revision: 2423

Log:
Fixing last commit

Modified:
   bootstrap/rivet-bootstrap

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Thu Apr 29 17:28:14 2010	(r2422)
+++ bootstrap/rivet-bootstrap	Thu Apr 29 17:46:48 2010	(r2423)
@@ -569,8 +569,9 @@
     env["PYTHONPATH"] = ":".join(pylibdirs + ["$PYTHONPATH"])
 
     ## LaTeX env
-    texmfdir = os.path.join(PREFIX, "share", "Rivet", "texmf")
+    texmfdir = [os.path.join(PREFIX, "share", "Rivet", "texmf")]
     env["HOMETEXMF"] = ":".join(texmfdir + ["$HOMETEXMF"])
+    env["TEXMFHOME"] = ":".join(texmfdir + ["$TEXMFHOME"])
 
     ## Write out env files
 


More information about the Rivet-svn mailing list