Blame SOURCES/environment-modules-3.2.7-bindir.patch
|
|
1a066f |
--- modules-3.2.7/init/Makefile.in.bindir 2009-09-22 12:13:52.000000000 -0600
|
|
|
1a066f |
+++ modules-3.2.7/init/Makefile.in 2009-09-23 12:19:50.797470155 -0600
|
|
|
1a066f |
@@ -404,7 +404,7 @@
|
|
|
1a066f |
sed -e "/@$(if $(subst 0,,$(WANTS_VERSIONING)),NOT,)VERSIONING\@/d; \
|
|
|
1a066f |
s,@$(if $(subst 0,,$(WANTS_VERSIONING)),,NOT)VERSIONING\@,,g; \
|
|
|
1a066f |
s,@prefix\@,${prefix},g; \
|
|
|
1a066f |
- s,@bindir\@,${exec_prefix}/bin,g; \
|
|
|
1a066f |
+ s,@bindir\@,${bindir},g; \
|
|
|
1a066f |
s,@VERSION\@,@VERSION@,g; \
|
|
|
1a066f |
s,@BASEPREFIX\@,@BASEPREFIX@,g;" < $< > $@
|
|
|
1a066f |
|