mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2024-11-23 14:09:52 +00:00
Fix another bad variable reference
This commit is contained in:
parent
f3c8d75d33
commit
5eee21bdde
@ -37,9 +37,9 @@ popd
|
||||
mkdir -p "${ARTIFACT_DIR}/"
|
||||
|
||||
if [[ -n ${PACKAGE_ARCH} ]]; then
|
||||
VERSION_SUFFIX="${JVERS}-${PACKAGE_ARCH}"
|
||||
VERSION_SUFFIX="${JELLYFIN_VERSION}-${PACKAGE_ARCH}"
|
||||
else
|
||||
VERSION_SUFFIX="${JVERS}"
|
||||
VERSION_SUFFIX="${JELLYFIN_VERSION}"
|
||||
fi
|
||||
|
||||
pushd ${BUILD_DIR}
|
||||
|
Loading…
Reference in New Issue
Block a user