]> git.pld-linux.org Git - packages/apache-mod_xslt2.git/blob - apache-mod_xslt2-makefile.patch
- postun dep is autogenerated
[packages/apache-mod_xslt2.git] / apache-mod_xslt2-makefile.patch
1 diff -ur modxslt-2004080100-orig/lib/Makefile.in modxslt-2004080100/lib/Makefile.in
2 --- modxslt-2004080100-orig/lib/Makefile.in     2004-07-13 07:55:58.000000000 -0600
3 +++ modxslt-2004080100/lib/Makefile.in  2004-08-22 15:30:56.820886324 -0600
4 @@ -157,13 +157,13 @@
5  install: install-library install-headers
6  
7  install-library: libmodxslt$(LIB_VERSION).la 
8 -       $(LIBTOOL) --mode=install install $(IFLAGS) -D -m 0644 -o root -g root \
9 +       $(LIBTOOL) --mode=install install $(IFLAGS) -D \
10                 libmodxslt$(LIB_VERSION).la $(DESTDIR)$(libdir)/libmodxslt$(LIB_VERSION).la
11  
12  install-headers:
13 -       $(INSTALL) -d -m 0755 -o root -g root $(DESTDIR)$(includedir)/modxslt$(LIB_VERSION)
14 -       $(INSTALL) -m 0644 -o root -g root $(srcdir)/modxslt$(LIB_VERSION)/*.h $(DESTDIR)$(includedir)/modxslt$(LIB_VERSION)
15 -       $(INSTALL) -m 0644 -o root -g root ./modxslt$(LIB_VERSION)/*.h $(DESTDIR)$(includedir)/modxslt$(LIB_VERSION)
16 +       $(INSTALL) -d $(DESTDIR)$(includedir)/modxslt$(LIB_VERSION)
17 +       $(INSTALL) $(srcdir)/modxslt$(LIB_VERSION)/*.h $(DESTDIR)$(includedir)/modxslt$(LIB_VERSION)
18 +       $(INSTALL) ./modxslt$(LIB_VERSION)/*.h $(DESTDIR)$(includedir)/modxslt$(LIB_VERSION)
19  
20  uninstall: uninstall-library uninstall-headers
21  
22 Only in modxslt-2004080100/lib: Makefile.in~
23 diff -ur modxslt-2004080100-orig/sapi/apache1/Makefile.in modxslt-2004080100/sapi/apache1/Makefile.in
24 --- modxslt-2004080100-orig/sapi/apache1/Makefile.in    2004-07-22 14:18:20.000000000 -0600
25 +++ modxslt-2004080100/sapi/apache1/Makefile.in 2004-08-22 15:31:16.663309166 -0600
26 @@ -91,7 +91,7 @@
27  install-strip: install
28  
29  install: mod_xslt.so Makefile
30 -       $(INSTALL) $(IFLAGS) -D -m 0644 -o root -g root mod_xslt.so '$(DESTDIR)$(APXS_INSTALLDIR)/mod_xslt.so'
31 +       $(INSTALL) $(IFLAGS) -D mod_xslt.so '$(DESTDIR)$(APXS_INSTALLDIR)/mod_xslt.so'
32  
33  uninstall:
34         rm -f '$(DESTDIR)$(APXS_INSTALLDIR)'/mod_xslt.so
35 Only in modxslt-2004080100/sapi/apache1: Makefile.in~
36 diff -ur modxslt-2004080100-orig/sapi/apache2/Makefile.in modxslt-2004080100/sapi/apache2/Makefile.in
37 --- modxslt-2004080100-orig/sapi/apache2/Makefile.in    2004-07-22 14:58:52.000000000 -0600
38 +++ modxslt-2004080100/sapi/apache2/Makefile.in 2004-08-22 15:31:38.713220746 -0600
39 @@ -93,8 +93,7 @@
40  install: mod_xslt.la install-stamp Makefile
41  
42  install-stamp: mod_xslt.la Makefile
43 -       test "x$$UID" = "x" || test "x$$UID" = "x0" || { echo 'You must be root!'; exit 1; }
44 -       $(LIBTOOL) --mode=install $(INSTALL) $(STRIP) -o root -g root -m 0644 mod_xslt.la '$(DESTDIR)$(APXS_INSTALLDIR)'
45 +       $(LIBTOOL) --mode=install $(INSTALL) $(STRIP) mod_xslt.la '$(DESTDIR)$(APXS_INSTALLDIR)'
46         @echo Removing extra files...
47         FILE=`grep dlname mod_xslt.la | sed -e "s/[^']*'\([^']*\).*/\1/"` && \
48           find '$(APXS_INSTALLDIR)' -name 'mod_xslt.*'|grep -v "$$FILE"|xargs rm -f && \
49 Only in modxslt-2004080100/sapi/apache2: Makefile.in~
50 diff -ur modxslt-2004080100-orig/utils/Makefile.in modxslt-2004080100/utils/Makefile.in
51 --- modxslt-2004080100-orig/utils/Makefile.in   2004-07-13 07:55:58.000000000 -0600
52 +++ modxslt-2004080100/utils/Makefile.in        2004-08-22 15:31:09.899869522 -0600
53 @@ -126,15 +126,15 @@
54  install: install-modxslt-parse install-modxslt-config install-modxslt-perror
55  
56  install-modxslt-perror:
57 -       $(LIBTOOL) --mode=install install $(IFLAGS) -D -m 0755 -o root -g root modxslt-perror \
58 +       $(LIBTOOL) --mode=install install $(IFLAGS) -D modxslt-perror \
59                 $(DESTDIR)$(bindir)/modxslt-perror
60  
61  install-modxslt-parse:
62 -       $(LIBTOOL) --mode=install install $(IFLAGS) -D -m 0755 -o root -g root modxslt-parse \
63 +       $(LIBTOOL) --mode=install install $(IFLAGS) -D modxslt-parse \
64                 $(DESTDIR)$(bindir)/modxslt-parse
65  
66  install-modxslt-config:
67 -       install -D -m 0755 -o root -g root modxslt-config \
68 +       install -D modxslt-config \
69                 $(DESTDIR)$(bindir)/modxslt-config
70  
71  uninstall: uninstall-modxslt-parse uninstall-modxslt-config uninstall-modxslt-perror
72 Only in modxslt-2004080100/utils: Makefile.in~
This page took 0.052903 seconds and 3 git commands to generate.