]> git.pld-linux.org Git - packages/apache-mod_xslt2.git/blob - apache-mod_xslt2-makefile.patch
- updated to 1.4.1
[packages/apache-mod_xslt2.git] / apache-mod_xslt2-makefile.patch
1 --- ccontavalli-mod-xslt-337e290/sapi/apache2/Makefile.in~      2011-12-16 17:31:52.000000000 +0100
2 +++ ccontavalli-mod-xslt-337e290/sapi/apache2/Makefile.in       2012-01-30 16:19:21.146563014 +0100
3 @@ -96,7 +96,7 @@
4  install-stamp: mod_xslt.la Makefile
5         test -w '$(DESTDIR)$(APXS_INSTALLDIR)' || \
6           { echo 'You are not allowed to write in $(DESTDIR)$(APXS_INSTALLDIR). Are you root??'; exit 1; }
7 -       $(INSTALL) $(STRIP) -m 0644 -d '$(DESTDIR)$(APXS_INSTALLDIR)'
8 +       $(INSTALL) $(STRIP) -m 0755 -d '$(DESTDIR)$(APXS_INSTALLDIR)'
9         $(LIBTOOL) --mode=install $(INSTALL) $(STRIP) -m 0644 mod_xslt.la '$(DESTDIR)$(APXS_INSTALLDIR)'
10         @echo Removing extra files...
11         FILE=`grep dlname mod_xslt.la | sed -e "s/[^']*'\([^']*\).*/\1/"` && \
This page took 0.058385 seconds and 3 git commands to generate.