Merge pull request #9227 from HiassofT/le13-i2c-tools

i2c-tools: add back binaries installation
This commit is contained in:
Rudi Heitbaum 2024-08-24 11:37:25 +10:00 committed by GitHub
commit 48993e021f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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