mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
|
||||
# copy device tree image if any
|
||||
if [ -f "$ROOT/$INSTALL/usr/share/bootloader/dtb.img" ]; then
|
||||
cp "$ROOT/$INSTALL/usr/share/bootloader/dtb.img" .
|
||||
if [ -f "$INSTALL/usr/share/bootloader/dtb.img" ]; then
|
||||
cp "$INSTALL/usr/share/bootloader/dtb.img" .
|
||||
fi
|
||||
|
||||
zip -q $TARGET_IMG/$IMAGE_NAME.zip *
|
||||
|
Loading…
x
Reference in New Issue
Block a user