SF.net SVN: gar:[24828] csw/mgar/pkg/lang-python/carbon/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Apr 8 17:34:25 CEST 2015


Revision: 24828
          http://sourceforge.net/p/gar/code/24828
Author:   dmichelsen
Date:     2015-04-08 15:34:25 +0000 (Wed, 08 Apr 2015)
Log Message:
-----------
lang-python/carbon/trunk: More path adjustments

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/carbon/trunk/Makefile

Modified: csw/mgar/pkg/lang-python/carbon/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/carbon/trunk/Makefile	2015-04-08 14:48:33 UTC (rev 24827)
+++ csw/mgar/pkg/lang-python/carbon/trunk/Makefile	2015-04-08 15:34:25 UTC (rev 24828)
@@ -65,6 +65,16 @@
 REINPLACE_WITH_loc = GRAPHITE_ROOT = $(prefix)\nGRAPHITE_CONF_DIR = $(CONFDIR)\nGRAPHITE_STORAGE_DIR = $(STORAGEDIR)\nPID_DIR = /var/run
 REINPLACE_FILES_loc += conf/carbon.conf.example
 
+REINPLACEMENTS += conf
+REINPLACE_MATCH_conf = join\(graphite_root, "conf"\)
+REINPLACE_WITH_conf = "$(CONFDIR)"
+REINPLACE_FILES_conf += lib/carbon/conf.py
+
+REINPLACEMENTS += stor
+REINPLACE_MATCH_stor = join\(graphite_root, "storage"\)
+REINPLACE_WITH_stor = "$(STORAGEDIR)"
+REINPLACE_FILES_stor += lib/carbon/conf.py
+
 include gar/category.mk
 
 post-extract:

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