From 591f327def7efc708e812f8c09593a351a69abfc Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 8 Sep 2005 14:08:18 +0000 Subject: [PATCH] moved cbox-scripts to 'tools' --- cbox-build.sh => tools/cbox-build.sh | 2 +- cbox-dev.sh => tools/cbox-dev.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename cbox-build.sh => tools/cbox-build.sh (99%) rename cbox-dev.sh => tools/cbox-dev.sh (99%) diff --git a/cbox-build.sh b/tools/cbox-build.sh similarity index 99% rename from cbox-build.sh rename to tools/cbox-build.sh index 15ff94a..74e635f 100755 --- a/cbox-build.sh +++ b/tools/cbox-build.sh @@ -40,7 +40,7 @@ function get_config_file() # the base directory of your local development files -ROOT_DIR=$(dirname "$0") +ROOT_DIR=$(dirname "$0")/.. # the template (default) configuration directory DEFAULTCONF_DIR="$ROOT_DIR/etc-defaults.d" diff --git a/cbox-dev.sh b/tools/cbox-dev.sh similarity index 99% rename from cbox-dev.sh rename to tools/cbox-dev.sh index e91f735..9c76c56 100644 --- a/cbox-dev.sh +++ b/tools/cbox-dev.sh @@ -28,7 +28,7 @@ function get_config_file() # the base directory of your local development files -ROOT_DIR=$(dirname "$0") +ROOT_DIR=$(dirname "$0")/.. # the template (default) configuration directory DEFAULTCONF_DIR="$ROOT_DIR/etc-defaults.d"