0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-01-20 23:55:25 +00:00
2022-08-21 12:24:14 +00:00

9 lines
264 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"/*xu{3,4}.dtb "$DSTDIR/dtb"