mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #9227 from HiassofT/le13-i2c-tools
i2c-tools: add back binaries installation
This commit is contained in:
commit
48993e021f
@ -25,6 +25,10 @@ make_target() {
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
make DESTDIR=${INSTALL} \
|
||||
PREFIX="/usr" \
|
||||
prefix="/usr" \
|
||||
install
|
||||
(
|
||||
cd py-smbus
|
||||
exec_thread_safe python_target_env python3 setup.py install --root=${INSTALL} --prefix=/usr
|
||||
|
Loading…
x
Reference in New Issue
Block a user