]> git.pld-linux.org Git - packages/ZThread.git/blob - ZThread-destdir.patch
- DESTDIR
[packages/ZThread.git] / ZThread-destdir.patch
1 --- ZThread-2.3.2/Makefile.am.orig      2005-03-13 10:56:18.000000000 +0100
2 +++ ZThread-2.3.2/Makefile.am   2008-09-10 18:36:38.836984794 +0200
3 @@ -27,14 +27,14 @@
4  
5  ## install the config script
6  install-exec-hook:
7 -       $(mkinstalldirs) $(bindir)
8 -       $(INSTALL_PROGRAM) $(top_srcdir)/share/zthread-config $(bindir)
9 +       $(mkinstalldirs) $(DESTDIR)$(bindir)
10 +       $(INSTALL_PROGRAM) $(top_srcdir)/share/zthread-config $(DESTDIR)$(bindir)
11  
12  ## install the config script & m4 macros
13  install-data-hook:
14 -       $(mkinstalldirs) $(datadir)/aclocal
15 -       $(INSTALL_DATA) $(top_srcdir)/share/zthread.m4 $(datadir)/aclocal
16 -       $(INSTALL_DATA) $(top_srcdir)/share/pthread.m4 $(datadir)/aclocal
17 +       $(mkinstalldirs) $(DESTDIR)$(datadir)/aclocal
18 +       $(INSTALL_DATA) $(top_srcdir)/share/zthread.m4 $(DESTDIR)$(datadir)/aclocal
19 +       $(INSTALL_DATA) $(top_srcdir)/share/pthread.m4 $(DESTDIR)$(datadir)/aclocal
20         mkdir -p $(DESTDIR)$(includedir)/zthread
21         cp -pR $(top_srcdir)/include/zthread $(DESTDIR)$(includedir)/
22  
This page took 0.063547 seconds and 4 git commands to generate.