mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
tools: automated code cleanup
Signed-off-by: CvH <namerp@googlemail.com>
This commit is contained in:
parent
f1ed15bd54
commit
3fc9ce88c8
@ -11,6 +11,6 @@ PKG_DEPENDS_TARGET="dtc:host"
|
|||||||
PKG_LONGDESC="The Device Tree Overlays"
|
PKG_LONGDESC="The Device Tree Overlays"
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
mkdir -p $INSTALL/usr/share/bootloader/overlays
|
mkdir -p ${INSTALL}/usr/share/bootloader/overlays
|
||||||
cp -p overlays/*/*.dtbo $INSTALL/usr/share/bootloader/overlays
|
cp -p overlays/*/*.dtbo ${INSTALL}/usr/share/bootloader/overlays
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user