From 7da1b287dce14ed183ea2277943c5ae0b0bff1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Wed, 26 Aug 2015 20:44:26 -0300 Subject: fix xbs.d path and link db-repo-{add,remove} for compability reason --- src/bin/db-pkg-add | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin/db-pkg-add') diff --git a/src/bin/db-pkg-add b/src/bin/db-pkg-add index 26fa483..37c3887 100755 --- a/src/bin/db-pkg-add +++ b/src/bin/db-pkg-add @@ -46,7 +46,7 @@ for 'platform' in "${PLATFORMS[@]}"; do _platform_name="${2/\//+}" _platform_name="${_platform_name,,}" if [ "${_platform_name}" == "${platform}" ]; then - source "${CONFIG_DIR}/dbscripts.d/${_platform_name}.cfg" + source "${CONFIG_DIR}/xbs.d/${_platform_name}.cfg" repo="$3" arch="$4" @@ -61,7 +61,7 @@ for 'platform' in "${PLATFORMS[@]}"; do db-pkg-add-usage fi - source "${CONFIG_DIR}/dbscripts.d/${platform}.cfg" + source "${CONFIG_DIR}/xbs.d/${platform}.cfg" repo="$1" arch="$2" -- cgit v1.2.3-2-g168b