aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@83718e91-0e4f-0410-abf4-91180603181f>2014-02-24 14:01:50 +0000
committereschnett <eschnett@83718e91-0e4f-0410-abf4-91180603181f>2014-02-24 14:01:50 +0000
commitd9b8db774585c8bc4d5456fbcac0b1b055462a2c (patch)
treecff3fccb61521bb447d7ca94815acc1a9336c403
parentf5ca7f310773821007ffe2fb7e6ef7e79db277ea (diff)
Correct spelling of CACTUS_CONFIGS_DIR
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@243 83718e91-0e4f-0410-abf4-91180603181f
-rw-r--r--src/make.configuration.deps6
1 files 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))/ \