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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Apr 12 14:19:12 CEST 2012


Revision: 17645
          http://gar.svn.sourceforge.net/gar/?rev=17645&view=rev
Author:   dmichelsen
Date:     2012-04-12 12:19:12 +0000 (Thu, 12 Apr 2012)
Log Message:
-----------
samba: Adding smb.conf after merge is too late

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

Modified: csw/mgar/pkg/samba/trunk/Makefile
===================================================================
--- csw/mgar/pkg/samba/trunk/Makefile	2012-04-11 17:57:40 UTC (rev 17644)
+++ csw/mgar/pkg/samba/trunk/Makefile	2012-04-12 12:19:12 UTC (rev 17645)
@@ -345,9 +345,9 @@
 	-perl -pi -e 's!/\@INCLUDE_des\@//!,-I$(includedir),,!' \
 		$(WORKSRC)/source3/configure
 
-post-merge:
-	ginstall -d $(PKGROOT)/etc/opt/csw/init.d
-	ginstall $(WORKDIR)/cswsamba $(PKGROOT)/etc/opt/csw/init.d/cswsamba
-	ginstall $(WORKDIR)/cswwinbind $(PKGROOT)/etc/opt/csw/init.d/cswwinbind
-	ginstall -d $(PKGROOT)/etc/opt/csw/samba
-	ginstall $(WORKDIR)/smb.conf $(PKGROOT)/etc/opt/csw/samba/smb.conf
+post-install-modulated:
+	ginstall -d $(DESTDIR)/etc/opt/csw/init.d
+	ginstall $(WORKDIR)/cswsamba $(DESTDIR)/etc/opt/csw/init.d/cswsamba
+	ginstall $(WORKDIR)/cswwinbind $(DESTDIR)/etc/opt/csw/init.d/cswwinbind
+	ginstall -d $(DESTDIR)/etc/opt/csw/samba
+	ginstall $(WORKDIR)/smb.conf $(DESTDIR)/etc/opt/csw/samba/smb.conf

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