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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Feb 4 19:26:43 CET 2010


Revision: 8350
          http://gar.svn.sourceforge.net/gar/?rev=8350&view=rev
Author:   dmichelsen
Date:     2010-02-04 18:26:43 +0000 (Thu, 04 Feb 2010)

Log Message:
-----------
alternatives: Add base directories

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

Modified: csw/mgar/pkg/chkconfig/trunk/Makefile
===================================================================
--- csw/mgar/pkg/chkconfig/trunk/Makefile	2010-02-04 18:04:02 UTC (rev 8349)
+++ csw/mgar/pkg/chkconfig/trunk/Makefile	2010-02-04 18:26:43 UTC (rev 8350)
@@ -30,9 +30,16 @@
 PKGFILES_CSWalternatives = .*alternatives.*
 
 CONFIGURE_ARGS = $(DIRPATHS)
+# The pathes are hardcoded in the manpage. If you adjust them here
+# make sure to adjust it too.
 CONFIGURE_ARGS += --with-alt-links-dir=/etc/opt/csw/alternatives
 CONFIGURE_ARGS += --with-alt-admin-dir=/var/opt/csw/alternatives
 
 TEST_TARGET = check
 
 include gar/category.mk
+
+post-merge:
+	ginstall -d $(PKGROOT)/etc/opt/csw/alternatives
+	ginstall -d $(PKGROOT)/var/opt/csw/alternatives
+	@$(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