mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
build/arm: better label cosistency with others
This commit is contained in:
parent
4b9a1b342f
commit
bd04ab2bbd
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ if [ -n "${1}" ]; then
|
|||
fi
|
||||
|
||||
ARMIMG="${IMAGESDIR}/${PRODUCT_RELEASE}-arm-${PRODUCT_ARCH}${PRODUCT_DEVICE+"-${PRODUCT_DEVICE}"}.img"
|
||||
ARMLABEL="${PRODUCT_NAME}"
|
||||
ARMLABEL="${PRODUCT_NAME}_ARM"
|
||||
|
||||
sh ./clean.sh ${SELF}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue