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.

_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to