docbook2X/docbook2X-0.8.5-install_vendor_perl.patch

12 lines
563 B
Diff

--- docbook2X-0.8.5/perl/Makefile.in.orig 2005-10-18 15:31:59.000000000 +0200
+++ docbook2X-0.8.5/perl/Makefile.in 2005-10-18 15:32:24.000000000 +0200
@@ -286,7 +286,7 @@
install-data-local:
if test ! -e XML ; then cp -dpR $(srcdir)/XML . ; fi
- cd XML/Handler && perl Makefile.PL PREFIX=$(prefix) && $(MAKE) install_perl
+ cd XML/Handler && perl Makefile.PL PREFIX=$(prefix) INSTALLDIRS=vendor && $(MAKE) install_vendor
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.