]> git.pld-linux.org Git - packages/libxslt-plugin-regexp.git/commitdiff
- $DESTDIR support
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 24 Jan 2008 18:18:49 +0000 (18:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxslt-plugin-regexp-DESTDIR.patch -> 1.1

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

diff --git a/libxslt-plugin-regexp-DESTDIR.patch b/libxslt-plugin-regexp-DESTDIR.patch
new file mode 100644 (file)
index 0000000..5eb87c3
--- /dev/null
@@ -0,0 +1,17 @@
+--- libxslt-plugin-regexp-0.5/Makefile.am~     2005-07-15 06:22:11.000000000 +0300
++++ libxslt-plugin-regexp-0.5/Makefile.am      2008-01-24 20:13:26.109577146 +0200
+@@ -15,7 +15,7 @@
+       xsltproc test.xsl test.xml > test.out
+ check: 
+-      @if test ! -f $(pkglibdir)/$(pkglib_LTLIBRARIES); then \
++      @if test ! -f $(DESTDIR)$(pkglibdir)/$(pkglib_LTLIBRARIES); then \
+   echo "You must install the plugin before running make check!"; \
+       exit 1; \
+       fi
+@@ -25,4 +25,4 @@
+ install-exec-hook:
+ # what's the right way to exclude .la files from installation? not sure...    
+-      @rm $(pkglibdir)/$(pkglib_LTLIBRARIES)
++      @rm $(DESTDIR)$(pkglibdir)/$(pkglib_LTLIBRARIES)
This page took 0.099503 seconds and 4 git commands to generate.