[csw-devel] SF.net SVN: gar:[4623] csw/mgar/pkg/php5/trunk/Makefile
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Thu Apr 30 20:18:33 CEST 2009
Revision: 4623
http://gar.svn.sourceforge.net/gar/?rev=4623&view=rev
Author: valholla
Date: 2009-04-30 18:18:33 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
fix typo
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/Makefile
Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile 2009-04-30 15:54:50 UTC (rev 4622)
+++ csw/mgar/pkg/php5/trunk/Makefile 2009-04-30 18:18:33 UTC (rev 4623)
@@ -102,6 +102,10 @@
ginstall -m 0644 \
$(WORKDIR)/pear.conf.CSW \
$(DESTDIR)$(prefix)/php5/etc
+ ginstall -d $(DESTDIR)$(prefix)/apache2/etc/extra
+ ginstall -m 0644 \
+ $(WORKDIR)/httpd-php5.conf.CSW \
+ $(DESTDIR)$(prefix)/apache2/etc/extra
@(grm -fr $(DESTDIR)/.[a-z]*)
@(gfind $(PHP5ROOT)/lib -name "*.a" -exec grm {} \;)
@( echo " ==> Now Building mod_php5 <==" )
@@ -112,14 +116,6 @@
@( strip $(DESTDIR)$(prefix)/apache/libexec/libphp5.so )
@( gfind $(DESTDIR)$(prefix)/apache* \
-mindepth 1 -type d | grep -v libexec | xargs grm -fr )
- @(ginstall -d $(DESTDIR)$(prefix)/apache2/etc/extra)
- @(ginstall -m 0644 \
- $(WORKDIR)/http-php5.conf.CSW \
- $(DESTDIR)$(prefix)/apache2/etc/extra)
- @(ginstall -d $(DESTDIR)$(prefix)/apache/etc/extra)
- @(ginstall -m 0644 \
- $(WORKDIR)/http-php5.conf.CSW \
- $(DESTDIR)$(prefix)/apache/etc/extra)
@$(MAKECOOKIE)
post-configure-modulated:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list