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

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Tue May 12 12:34:38 CEST 2009


Revision: 4818
          http://gar.svn.sourceforge.net/gar/?rev=4818&view=rev
Author:   idogan23
Date:     2009-05-12 10:34:38 +0000 (Tue, 12 May 2009)

Log Message:
-----------
unbound: fixed path for the cswusergroup file

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

Modified: csw/mgar/pkg/unbound/trunk/Makefile
===================================================================
--- csw/mgar/pkg/unbound/trunk/Makefile	2009-05-12 08:59:22 UTC (rev 4817)
+++ csw/mgar/pkg/unbound/trunk/Makefile	2009-05-12 10:34:38 UTC (rev 4818)
@@ -18,7 +18,7 @@
 GARCOMPILER = GCC4
 
 SPKG_CLASSES = none cswusergroup cswcpsampleconf cswinitsmf
-PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswunbound$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/unbound\/cswusergroup$$$$/ { $$$$2 = "cswusergroup" } $$$$3 ~ /\/unbound\/unbound.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } { print }'
+PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswunbound$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/CSWunbound\/cswusergroup$$$$/ { $$$$2 = "cswusergroup" } $$$$3 ~ /\/unbound\/unbound.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } { print }'
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
@@ -38,7 +38,8 @@
 post-install-modulated:
 	@ginstall -d $(DESTDIR)/etc/opt/csw/init.d
 	@ginstall -m 755 $(FILEDIR)/cswunbound $(DESTDIR)/etc/opt/csw/init.d/cswunbound
-	@ginstall -m 755 $(FILEDIR)/cswusergroup $(DESTDIR)/etc/opt/csw/unbound/cswusergroup
+	@ginstall -m 755 $(DESTDIR)/etc/opt/csw/pkg/CSWunbound
+	@ginstall -m 755 $(FILEDIR)/cswusergroup $(DESTDIR)/etc/opt/csw/pkg/CSWunbound/cswusergroup
 	@mv $(DESTDIR)/etc/opt/csw/unbound/unbound.conf $(DESTDIR)/etc/opt/csw/unbound/unbound.conf.CSW
 	@chmod 444 $(DESTDIR)/etc/opt/csw/unbound/unbound.conf.CSW
 


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