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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Wed Dec 15 02:27:49 CET 2010


Revision: 11945
          http://gar.svn.sourceforge.net/gar/?rev=11945&view=rev
Author:   bdwalton
Date:     2010-12-15 01:27:49 +0000 (Wed, 15 Dec 2010)

Log Message:
-----------
exim: fix the post-merge cswusergroup file install

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

Modified: csw/mgar/pkg/exim/trunk/Makefile
===================================================================
--- csw/mgar/pkg/exim/trunk/Makefile	2010-12-15 01:17:35 UTC (rev 11944)
+++ csw/mgar/pkg/exim/trunk/Makefile	2010-12-15 01:27:49 UTC (rev 11945)
@@ -64,7 +64,7 @@
 BINS += eximon.bin
 
 UGPATH=/etc/opt/csw/pkg/CSWexim
-UGENTRY = "exim:exim:CSW Exim User:/var/opt/csw/spool/exim:/bin/false:::NP"
+UGENTRY = exim:exim:CSW Exim User:/var/opt/csw/spool/exim:/bin/false:::NP
 USERGROUP = $(UGPATH)/cswusergroup
 
 include gar/category.mk
@@ -112,6 +112,6 @@
 	@$(MAKECOOKIE)
 
 post-merge:
-	@( cd $(PKGROOT); mkdir -p ./$(UGPATH); \
-		echo "$(UGENTRY)" > ./$(UGPATH)/cswusergroup" )
+	( cd $(PKGROOT); mkdir -p ./$(UGPATH); \
+		echo "$(UGENTRY)" > ./$(UGPATH)/cswusergroup )
 	@$(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