mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
dtc: fix host install
This commit is contained in:
parent
e13b6227b6
commit
da8df4f85c
@ -37,6 +37,6 @@ makeinstall_target() {
|
||||
}
|
||||
|
||||
makeinstall_host() {
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -P $PKG_BUILD/dtc $INSTALL/usr/bin
|
||||
mkdir -p $TOOLCHAIN/bin
|
||||
cp -P $PKG_BUILD/dtc $TOOLCHAIN/bin
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user