[csw-devel] SF.net SVN: gar:[10936] csw/mgar/pkg/apache2/trunk/Makefile
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Wed Sep 8 22:30:55 CEST 2010
Revision: 10936
http://gar.svn.sourceforge.net/gar/?rev=10936&view=rev
Author: rthurner
Date: 2010-09-08 20:30:55 +0000 (Wed, 08 Sep 2010)
Log Message:
-----------
apache2: change from /opt/csw to /etc/opt/csw
Modified Paths:
--------------
csw/mgar/pkg/apache2/trunk/Makefile
Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile 2010-09-08 20:24:59 UTC (rev 10935)
+++ csw/mgar/pkg/apache2/trunk/Makefile 2010-09-08 20:30:55 UTC (rev 10936)
@@ -75,8 +75,8 @@
# Copy in specialized templates
copy-local-files:
- @ginstall -d $(DESTDIR)/opt/csw/etc/init.d
- @ginstall $(WORKDIR)/cswapache2 $(DESTDIR)/opt/csw/etc/init.d
+ @ginstall -d $(DESTDIR)/etc/opt/csw/init.d
+ @ginstall $(WORKDIR)/cswapache2 $(DESTDIR)/etc/opt/csw/init.d
@ginstall $(WORKDIR)/httpd.conf.CSW $(APACHE_ROOT)/etc
@ginstall $(WORKDIR)/httpd-mpm.conf.CSW $(APACHE_ROOT)/etc/extra
@ginstall $(WORKDIR)/httpd-ssl.conf.CSW $(APACHE_ROOT)/etc/extra
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