mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
INSTALL: drop $ROOT, convert to absolute path
This commit is contained in:
parent
7c98d2b83c
commit
310e937a08
@ -423,8 +423,8 @@ if [ "$1" = "release" -o "$1" = "mkimage" -o "$1" = "amlpkg" -o "$1" = "noobs" ]
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# copy device tree image if any
|
# copy device tree image if any
|
||||||
if [ -f "$ROOT/$INSTALL/usr/share/bootloader/dtb.img" ]; then
|
if [ -f "$INSTALL/usr/share/bootloader/dtb.img" ]; then
|
||||||
cp "$ROOT/$INSTALL/usr/share/bootloader/dtb.img" .
|
cp "$INSTALL/usr/share/bootloader/dtb.img" .
|
||||||
fi
|
fi
|
||||||
|
|
||||||
zip -q $TARGET_IMG/$IMAGE_NAME.zip *
|
zip -q $TARGET_IMG/$IMAGE_NAME.zip *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user