blob: d731432323f3ed1be54feb4d8992efd1135a5ca0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -NurdB libxslt-1.1.16/libxslt/Makefile.in libxslt-1.1.16-patched/libxslt/Makefile.in
--- libxslt-1.1.16/libxslt/Makefile.in 2006-05-01 16:33:06.000000000 -0500
+++ libxslt-1.1.16-patched/libxslt/Makefile.in 2006-05-18 21:47:38.000000000 -0500
@@ -662,7 +662,7 @@
@(cd ../xsltproc ; $(MAKE))
install-exec-hook:
- $(mkinstalldirs) "$(libdir)/libxslt-plugins"
+ $(mkinstalldirs) "$(DESTDIR)$(libdir)/libxslt-plugins"
# 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.
.NOEXPORT:
|