summaryrefslogtreecommitdiffstats
path: root/tools/builder_defaults.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-02 11:42:55 -0300
committerRenato Botelho <renato@netgate.com>2015-09-02 11:42:55 -0300
commita59ea5eed1b7c5e4c12c6abb524082dbdac2c47f (patch)
treefe3bb59b5c497066fcbb1ad4b66dd802dab499a7 /tools/builder_defaults.sh
parent6f54efeaf18f9ab2fd7fd25b99591f000bcaa4dc (diff)
downloadpfsense-a59ea5eed1b7c5e4c12c6abb524082dbdac2c47f.zip
pfsense-a59ea5eed1b7c5e4c12c6abb524082dbdac2c47f.tar.gz
Rename directory where core packages are created to match other package repo path and make it easy to identify
Diffstat (limited to 'tools/builder_defaults.sh')
-rw-r--r--tools/builder_defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builder_defaults.sh b/tools/builder_defaults.sh
index e876e25..c9231dc 100644
--- a/tools/builder_defaults.sh
+++ b/tools/builder_defaults.sh
@@ -285,7 +285,7 @@ CORE_PKG_VERSION=${PRODUCT_VERSION%%-*}
if [ -n "${_IS_RELEASE}" ]; then
CORE_PKG_VERSION="${CORE_PKG_VERSION}.${DATESTRING}"
fi
-export CORE_PKG_PATH=${CORE_PKG_PATH:-"${SCRATCHDIR}/core_pkg"}
+export CORE_PKG_PATH=${CORE_PKG_PATH:-"${SCRATCHDIR}/${PRODUCT_NAME}_${GIT_REPO_BRANCH_OR_TAG}_${TARGET}_${TARGET_ARCH}-core/All"}
export CORE_PKG_TMP=${CORE_PKG_TMP:-"${SCRATCHDIR}/core_pkg_tmp"}
# Package overlay. This gives people a chance to build product
OpenPOWER on IntegriCloud