From d9b8db774585c8bc4d5456fbcac0b1b055462a2c Mon Sep 17 00:00:00 2001 From: eschnett Date: Mon, 24 Feb 2014 14:01:50 +0000 Subject: Correct spelling of CACTUS_CONFIGS_DIR git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@243 83718e91-0e4f-0410-abf4-91180603181f --- src/make.configuration.deps | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/make.configuration.deps b/src/make.configuration.deps index e3bd39c..cfbeae4 100644 --- a/src/make.configuration.deps +++ b/src/make.configuration.deps @@ -27,7 +27,7 @@ TR_C = $(shell tr -C 'a' 'b' < /dev/null > /dev/null 2> /dev/null && echo 'tr -C TARBALL_DIR = $(SCRATCH_BUILD)/Formaline FORMALINE_BIN_DIR = $(SCRATCH_BUILD)/Formaline/bin -CACTUS_CONFIG_DIR ?= $(CCTK_HOME)/configs +CACTUS_CONFIGS_DIR ?= $(CCTK_HOME)/configs # The Formaline utilities (the perl scripts needed to create tarballs # and execute git commands) are installed when Formaline's thorn @@ -137,8 +137,8 @@ $(TARBALL_DIR)/config-Cactus.tar.gz: $(TARBALL_DIR)/config-Cactus.files $(TARBALL_DIR)/config-Cactus.files: $(CCTK_LIBDIR)/$(LIBNAME_PREFIX)$(CCTK_LIBNAME_PREFIX)$(FLESHLIB)$(LIBNAME_SUFFIX) $(TARBALL_DIR)/config-Cactus.ccldeps $(CONFIG)/make.thornlist mkdir -p $(TARBALL_DIR)/configs/$(notdir $(TOP)) { \ - cd $(CACTUS_CONFIG_DIR)/$(notdir $(TOP)) && \ - cp -r OptionList properties.ini RunScript ScriptFile SubmitScript Thornlist config-data config-info $(TARBALL_DIR)/configs/$(notdir $(TOP)); \ + cd $(CACTUS_CONFIGS_DIR)/$(notdir $(TOP)) && \ + cp -r OptionList properties.ini RunScript ScriptFile SubmitScript ThornList config-data config-info $(TARBALL_DIR)/configs/$(notdir $(TOP)); \ } || true cd $(TARBALL_DIR) && \ find configs/$(notdir $(TOP))/ \ -- cgit v1.2.3