[csw-devel] SF.net SVN: gar:[14220] csw/mgar/pkg/bacula/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Fri Apr 15 20:58:15 CEST 2011
Revision: 14220
http://gar.svn.sourceforge.net/gar/?rev=14220&view=rev
Author: bdwalton
Date: 2011-04-15 18:58:15 +0000 (Fri, 15 Apr 2011)
Log Message:
-----------
bacula/trunk: manually install the three init scripts for use with initsmf
Modified Paths:
--------------
csw/mgar/pkg/bacula/trunk/Makefile
Modified: csw/mgar/pkg/bacula/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bacula/trunk/Makefile 2011-04-15 18:57:22 UTC (rev 14219)
+++ csw/mgar/pkg/bacula/trunk/Makefile 2011-04-15 18:58:15 UTC (rev 14220)
@@ -190,6 +190,13 @@
chmod 755 configure)
@$(MAKECOOKIE)
+post-install-modulated: INITD=$(DESTDIR)/etc/$(prefix)/init.d
+post-install-modulated:
+ @(cd $(WORKSRC)/platforms/solaris; \
+ ginstall -d -m 0755 $(INITD); \
+ ginstall -m 0755 bacula-fd bacula-sd bacula-dir $(INITD)/ )
+ @$(MAKECOOKIE)
+
post-merge:
@(cd $(PKGROOT); rmdir tmp)
@$(MAKECOOKIE)
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