mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
8 lines
264 B
Text
8 lines
264 B
Text
# 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"
|