SOURCES: munin-Makefile.patch - fixed perl vendorlib path
baggins
baggins at pld-linux.org
Fri Oct 7 11:22:22 CEST 2005
Author: baggins Date: Fri Oct 7 09:22:22 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fixed perl vendorlib path
---- Files affected:
SOURCES:
munin-Makefile.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/munin-Makefile.patch
diff -u SOURCES/munin-Makefile.patch:1.2 SOURCES/munin-Makefile.patch:1.3
--- SOURCES/munin-Makefile.patch:1.2 Fri Oct 7 11:13:27 2005
+++ SOURCES/munin-Makefile.patch Fri Oct 7 11:22:17 2005
@@ -60,7 +60,7 @@
# Server only - Where to install the perl libraries
-PERLLIB = $(DESTDIR)$(shell $(PERL) -V:sitelib | cut -d= -f2 | sed "s/[\';]//g")
-+PERLLIB = $(shell $(PERL) -V:vendorlib | cut -d= -f2 | sed "s/[\';]//g")
++PERLLIB = $(DESTDIR)$(shell $(PERL) -V:vendorlib | cut -d= -f2 | sed "s/[\';]//g")
# Client only - Install plugins for this architecture
OSTYPE = $(shell uname | tr '[A-Z]' '[a-z]')
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/munin-Makefile.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list