]> git.pld-linux.org Git - packages/libxslt.git/commitdiff
- DESTDIR fix
authorfreetz <freetz@pld-linux.org>
Tue, 6 Jun 2006 15:32:05 +0000 (15:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxslt-DESTDIR.patch -> 1.6

libxslt-DESTDIR.patch [new file with mode: 0644]

diff --git a/libxslt-DESTDIR.patch b/libxslt-DESTDIR.patch
new file mode 100644 (file)
index 0000000..f49e18c
--- /dev/null
@@ -0,0 +1,9 @@
+diff -aurN libxslt-1.1.6.orig/libxslt/Makefile.am libxslt-1.1.6/libxslt/Makefile.am
+--- libxslt-1.1.6.orig/libxslt/Makefile.am     2005-10-02 11:25:21.000000000 +0200
++++ libxslt-1.1.6/libxslt/Makefile.am  2006-06-06 17:27:04.626226768 +0200
+@@ -61,4 +61,4 @@
+       @(cd ../xsltproc ; $(MAKE))
+ install-exec-hook:
+-      $(mkinstalldirs) "$(libdir)/libxslt-plugins"
++      $(mkinstalldirs) "$(DESTDIR)$(libdir)/libxslt-plugins"
This page took 0.105962 seconds and 4 git commands to generate.