environment-modules/modules-3.2.6-versioning.patch
Orion Poplawski 049fb9b0e9 - Add patch to fix extraneous version path entry properly
- Use --with-module-path to point to /etc/modulefiles for local modules,
    this also fixes bug #436041
2008-03-05 20:06:24 +00:00

10 lines
339 B
Diff

--- modules-3.2.6/modulefiles/modules.in.versioning 2007-03-25 08:24:51.000000000 -0600
+++ modules-3.2.6/modulefiles/modules.in 2008-03-05 10:32:38.000000000 -0700
@@ -24,5 +24,5 @@
prepend-path PATH $modroot/bin
prepend-path MANPATH $modroot/share/man
-module use @VERSIONPATH@
+@VERSIONING@module use @VERSIONPATH@