0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-11-08 01:26:57 +00:00
Files

9 lines
260 B
Plaintext

# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
SRCDIR="$BUILD/image/system/usr/share/bootloader"
DSTDIR="$RELEASE_DIR/3rdparty/bootloader"
mkdir -p "$DSTDIR/dtb"
cp -a "$SRCDIR"/*xu4.dtb "$DSTDIR/dtb"