mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix one more reverse check
This commit is contained in:
parent
98ffbd81e2
commit
45b13882fd
@ -282,7 +282,7 @@ fi
|
||||
|
||||
# Define base package version, based on date for snaps
|
||||
CORE_PKG_VERSION=${PRODUCT_VERSION%%-*}
|
||||
if [ -n "${_IS_RELEASE}" ]; then
|
||||
if [ -z "${_IS_RELEASE}" ]; then
|
||||
CORE_PKG_VERSION="${CORE_PKG_VERSION}.${DATESTRING}"
|
||||
fi
|
||||
export CORE_PKG_PATH=${CORE_PKG_PATH:-"${SCRATCHDIR}/${PRODUCT_NAME}_${GIT_REPO_BRANCH_OR_TAG}_${TARGET}_${TARGET_ARCH}-core"}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user