[csw-devel] SF.net SVN: gar:[21060] csw/mgar/pkg/php5/trunk/Makefile

wilbury at users.sourceforge.net wilbury at users.sourceforge.net
Sun May 12 21:39:52 CEST 2013


Revision: 21060
          http://gar.svn.sourceforge.net/gar/?rev=21060&view=rev
Author:   wilbury
Date:     2013-05-12 19:39:52 +0000 (Sun, 12 May 2013)
Log Message:
-----------
php5/trunk: Use the right redirection.

Modified Paths:
--------------
    csw/mgar/pkg/php5/trunk/Makefile

Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile	2013-05-12 19:37:49 UTC (rev 21059)
+++ csw/mgar/pkg/php5/trunk/Makefile	2013-05-12 19:39:52 UTC (rev 21060)
@@ -357,9 +357,9 @@
 pre-install-modulated: $(PI_SCRIPTS)
 	@(mkdir -p $(DESTDIR)$(AP2SYSCONF); \
 		cp $(AP2SYSCONF)/httpd.conf $(DESTDIR)$(AP2SYSCONF) )
-	@echo "LoadModule foo_module libexec/mod_foo.so" > $(DESTDIR)$(AP2SYSCONF)/httpd.conf
-	@echo "LoadModule foo1_module libexec/mod_foo1.so" > $(DESTDIR)$(AP2SYSCONF)/httpd.conf
-	@echo "LoadModule foo2_module libexec/mod_foo2.so" > $(DESTDIR)$(AP2SYSCONF)/httpd.conf
+	@echo "LoadModule foo_module libexec/mod_foo.so" >> $(DESTDIR)$(AP2SYSCONF)/httpd.conf
+	@echo "LoadModule foo1_module libexec/mod_foo1.so" >> $(DESTDIR)$(AP2SYSCONF)/httpd.conf
+	@echo "LoadModule foo2_module libexec/mod_foo2.so" >> $(DESTDIR)$(AP2SYSCONF)/httpd.conf
 	@$(MAKECOOKIE)
 
 post-install-modulated: AP2SYSCONF=/opt/csw/apache2/etc/httpd.conf

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