dtc: fix host install

This commit is contained in:
Lukas Rusak 2017-06-21 10:06:27 -07:00
parent e13b6227b6
commit da8df4f85c
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -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
}