1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-25 22:26:17 +00:00
Lakka-LibreELEC/packages/addons/addon-depends/system-tools-depends/i2c-tools/patches/pyinstalldir.patch
heitbaum ecf5e237d5 i2c-tools: fix dest PREFIX to /usr
update patch to use same PREFIX
2021-01-13 11:27:57 +00:00

13 lines
330 B
Diff

diff -ur a/py-smbus/Module.mk b/py-smbus/Module.mk
--- a/py-smbus/Module.mk 2014-02-20 09:37:15.711233000 +0100
+++ b/py-smbus/Module.mk 2019-12-14 08:20:51.730946457 +0100
@@ -22,7 +22,7 @@
rm -rf py-smbus/build
install-python:
- $(DISTUTILS) install
+ $(DISTUTILS) install --prefix=$(DESTDIR)$(PREFIX)
all: all-python