]> git.pld-linux.org Git - packages/ZThread.git/commitdiff
- DESTDIR
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 10 Sep 2008 17:04:22 +0000 (17:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ZThread-destdir.patch -> 1.1

ZThread-destdir.patch [new file with mode: 0644]

diff --git a/ZThread-destdir.patch b/ZThread-destdir.patch
new file mode 100644 (file)
index 0000000..762d0d9
--- /dev/null
@@ -0,0 +1,22 @@
+--- ZThread-2.3.2/Makefile.am.orig     2005-03-13 10:56:18.000000000 +0100
++++ ZThread-2.3.2/Makefile.am  2008-09-10 18:36:38.836984794 +0200
+@@ -27,14 +27,14 @@
+ ## install the config script
+ install-exec-hook:
+-      $(mkinstalldirs) $(bindir)
+-      $(INSTALL_PROGRAM) $(top_srcdir)/share/zthread-config $(bindir)
++      $(mkinstalldirs) $(DESTDIR)$(bindir)
++      $(INSTALL_PROGRAM) $(top_srcdir)/share/zthread-config $(DESTDIR)$(bindir)
+ ## install the config script & m4 macros
+ install-data-hook:
+-      $(mkinstalldirs) $(datadir)/aclocal
+-      $(INSTALL_DATA) $(top_srcdir)/share/zthread.m4 $(datadir)/aclocal
+-      $(INSTALL_DATA) $(top_srcdir)/share/pthread.m4 $(datadir)/aclocal
++      $(mkinstalldirs) $(DESTDIR)$(datadir)/aclocal
++      $(INSTALL_DATA) $(top_srcdir)/share/zthread.m4 $(DESTDIR)$(datadir)/aclocal
++      $(INSTALL_DATA) $(top_srcdir)/share/pthread.m4 $(DESTDIR)$(datadir)/aclocal
+       mkdir -p $(DESTDIR)$(includedir)/zthread
+       cp -pR $(top_srcdir)/include/zthread $(DESTDIR)$(includedir)/
This page took 0.069561 seconds and 4 git commands to generate.