From 4bd31f0da05570e94b4d17c4de8f5cfe75fa65ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Mar 2016 06:44:29 +0100 Subject: environment-modules: import from RHEL --- el6/environment-modules-3.2.9-module-path.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 el6/environment-modules-3.2.9-module-path.patch (limited to 'el6/environment-modules-3.2.9-module-path.patch') diff --git a/el6/environment-modules-3.2.9-module-path.patch b/el6/environment-modules-3.2.9-module-path.patch new file mode 100644 index 0000000..2ab7ad7 --- /dev/null +++ b/el6/environment-modules-3.2.9-module-path.patch @@ -0,0 +1,9 @@ +--- modules-3.2.9/modulefiles/modules.in.orig 2010-11-11 19:23:19.000000000 +0100 ++++ modules-3.2.9/modulefiles/modules.in 2012-08-17 09:35:50.204227697 +0200 +@@ -26,5 +26,5 @@ + prepend-path PATH @bindir@ + prepend-path MANPATH @mandir@ + +-module use @VERSIONPATH@ ++module use @exec_prefix@ + -- cgit