Revision: 24815
          http://sourceforge.net/p/gar/code/24815
Author:   dmichelsen
Date:     2015-04-06 20:57:40 +0000 (Mon, 06 Apr 2015)
Log Message:
-----------
lang-python/carbon/trunk: Fix preserved config files

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-06 20:33:32 UTC 
(rev 24814)
+++ csw/mgar/pkg/lang-python/carbon/trunk/Makefile      2015-04-06 20:57:40 UTC 
(rev 24815)
@@ -33,7 +33,7 @@
 CONFIG_FILES += storage-schemas.conf
 CONFIG_FILES += whitelist.conf
 
-PRESERVECONF += $(add-prefix $(CONFIG_FILES),$(CONFDIR)/)
+PRESERVECONF += $(foreach C,$(CONFIG_FILES),$(CONFDIR)/conf/$C)
 
 #   GRAPHITE_ROOT        - Root directory of the graphite installation.
 #                          Defaults to ../

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

Reply via email to