mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Rename directory where core packages are created to match other package repo path and make it easy to identify
This commit is contained in:
parent
6f54efeaf1
commit
a59ea5eed1
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user