[csw-devel] SF.net SVN: gar:[9892] csw/mgar/pkg/apache2/trunk/Makefile
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Sun May 16 14:07:13 CEST 2010
Revision: 9892
http://gar.svn.sourceforge.net/gar/?rev=9892&view=rev
Author: rthurner
Date: 2010-05-16 12:07:13 +0000 (Sun, 16 May 2010)
Log Message:
-----------
apache2 - place initfile in /opt/csw
Modified Paths:
--------------
csw/mgar/pkg/apache2/trunk/Makefile
Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile 2010-05-16 11:30:43 UTC (rev 9891)
+++ csw/mgar/pkg/apache2/trunk/Makefile 2010-05-16 12:07:13 UTC (rev 9892)
@@ -52,7 +52,7 @@
# make sure the the /etc/opt/csw/init.d/cswapache file gets installed during
# the post-install stage, and add "INITSMF = /etc/opt/csw/init.d/cswapache" to
# the Makefile.
-INITSMF = /etc/opt/csw/init.d/cswapache2
+INITSMF = /opt/csw/etc/init.d/cswapache2
pre-configure-modulated:
(cd $(WORKDIR)/$(GARNAME)-$(GARVERSION); ./buildconf)
@@ -86,8 +86,8 @@
# Copy in specialized templates
copy-local-files:
- @ginstall -d $(DESTDIR)/etc/opt/csw/init.d
- @ginstall $(WORKDIR)/cswapache2 $(DESTDIR)/etc/opt/csw/init.d
+ @ginstall -d $(DESTDIR)/opt/csw/etc/init.d
+ @ginstall $(WORKDIR)/cswapache2 $(DESTDIR)/opt/csw/etc/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