mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
odroid-stamper: replace '/' to '-' in output image file
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I1d5566a48f043339ddecc7d5635f0c6822af104b
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user