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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Tue Mar 1 21:33:57 CET 2011


Revision: 13511
          http://gar.svn.sourceforge.net/gar/?rev=13511&view=rev
Author:   bdwalton
Date:     2011-03-01 20:33:57 +0000 (Tue, 01 Mar 2011)

Log Message:
-----------
cswclassutils/trunk: cas-initsmf needs to at least deliver /etc/opt/csw/init.d to not break other packages

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

Modified: csw/mgar/pkg/cswclassutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cswclassutils/trunk/Makefile	2011-03-01 20:18:22 UTC (rev 13510)
+++ csw/mgar/pkg/cswclassutils/trunk/Makefile	2011-03-01 20:33:57 UTC (rev 13511)
@@ -100,6 +100,7 @@
 
 PKGFILES_CSWcas-cptemplates += /opt/csw/etc/templates
 PKGFILES_CSWcas-initsmf += /opt/csw/etc/init.d/.*
+PKGFILES_CSWcas-initsmf += /etc/opt/csw/init.d.*
 PKGFILES_CSWcas-initsmf += /var/opt/csw/svc/.*
 
 # Mark these as _extra_ so they're applied after the excludes, which would
@@ -117,6 +118,7 @@
 	@echo " ==> Installing $(NAME) (custom)"
 	@rm -rf $(DESTDIR)
 	@ginstall -m 0755 -d $(DESTDIR)/opt/csw/etc/init.d
+	@ginstall -m 0755 -d $(DESTDIR)/etc/opt/csw/init.d
 	@ginstall -m 0755 -d $(DESTDIR)/opt/csw/etc/templates
 	@ginstall -m 0755 -d $(DESTDIR)$(docdir)/$(NAME)
 	@ginstall -m 0755 -d $(DESTDIR)/usr/sadm/install/scripts


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