odroid-stamper: replace '/' to '-' in output image file

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I1d5566a48f043339ddecc7d5635f0c6822af104b
This commit is contained in:
Dongjin Kim
2022-05-24 21:27:11 +09:00
parent 642cd65df3
commit 17d0d9bd85

View File

@@ -109,6 +109,7 @@ if [ "x${LIVESYSTEM}" = "xtrue" ]; then
IMAGE_FILE=${IMAGE_FILE}-live
fi
IMAGE_FILE=$(echo ${IMAGE_FILE} | tr '/' '-')
OUTFILE=${out_dir}/${IMAGE_FILE}
if [ ! -d ${TOPDIR}/distro/${DISTRO}/${FLAVOUR} ]; then