remove unused var

This commit is contained in:
Louis Abel 2021-11-10 12:37:28 -07:00
parent c561d316de
commit 59201afb4e
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ if [[ $# -eq 0 ]]; then
exit 1
fi
# Major Version (eg, 8)
MAJ=${RLVER}
# For now, only architecture that we support live is x86_64
TARGET="${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/Live/x86_64"
mkdir -p "${TARGET}"