[csw-devel] SF.net SVN: gar:[14474] csw/mgar/pkg/php5/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sat Apr 30 01:53:22 CEST 2011
Revision: 14474
http://gar.svn.sourceforge.net/gar/?rev=14474&view=rev
Author: bdwalton
Date: 2011-04-29 23:53:22 +0000 (Fri, 29 Apr 2011)
Log Message:
-----------
php5/trunk: httpd-php5.conf must be installed into DESTDIR
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/Makefile
Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile 2011-04-29 18:52:18 UTC (rev 14473)
+++ csw/mgar/pkg/php5/trunk/Makefile 2011-04-29 23:53:22 UTC (rev 14474)
@@ -332,7 +332,7 @@
post-install-modulated:
@rm -f $(DESTDIR)$(AP2SYSCONF)
@mkdir -p $(DESTDIR)$(AP2EXTCONF)
- @cp $(WORKDIR)/httpd-php5.conf $(AP2EXTCONF)
+ @cp $(WORKDIR)/httpd-php5.conf $(DESTDIR)$(AP2EXTCONF)
@cp $(WORKSRC)/php.ini-production $(INIDEST)
@ginstall -m 0755 $(DOWNLOADDIR)/phpext $(DESTDIR)$(prefix)/php5/bin/
@perl -pi -e 's/^;extension=php_(.*).dll/;extension=$$1.so/' $(INIDEST)
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