From 836700464f798d5aaa13a6e62ed2e0aa4ca21762 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Dec 20 2013 15:05:29 +0000 Subject: Merge branch 'tcar-scripts' into tcar --- diff --git a/tcar-scripts/tcar.sh b/tcar-scripts/tcar.sh index 1d2fc89..6f6b681 100755 --- a/tcar-scripts/tcar.sh +++ b/tcar-scripts/tcar.sh @@ -36,7 +36,7 @@ declare -xr TCAR_SCRIPT_VERSION="$(rpm -q --qf "%{VERSION}" ${TCAR_SCRIPT_PACKAG ###################################################################### # Base directory where repository files are installed in. -declare -xr TCAR_BASEDIR=/usr/share/tcar/scripts +declare -xr TCAR_BASEDIR=/usr/share/tcar/Scripts # Base directory where final content is produced. This value should be # customized later by the user. @@ -54,7 +54,7 @@ declare -xr TCAR_SCRIPT_CONFIG=${HOME}/.tcar.conf declare -xr TCAR_SCRIPT_MANUALS=/usr/share/man # Base directory where automation script modules are installed in. -declare -xr TCAR_SCRIPT_MODULES_BASEDIR=${TCAR_BASEDIR}/modules +declare -xr TCAR_SCRIPT_MODULES_BASEDIR=${TCAR_BASEDIR}/Modules # Default text editor. declare -x TCAR_SCRIPT_EDITOR=/usr/bin/vim