mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
i2c-tools: fix dest PREFIX to /usr
update patch to use same PREFIX
This commit is contained in:
parent
685ee71268
commit
ecf5e237d5
@ -27,7 +27,7 @@ make_target() {
|
||||
|
||||
makeinstall_target() {
|
||||
make DESTDIR=${INSTALL} \
|
||||
prefix="/usr" \
|
||||
PREFIX="/usr" \
|
||||
EXTRA="py-smbus" \
|
||||
PYTHON=${TOOLCHAIN}/bin/python3 \
|
||||
install
|
||||
|
@ -6,7 +6,7 @@ diff -ur a/py-smbus/Module.mk b/py-smbus/Module.mk
|
||||
|
||||
install-python:
|
||||
- $(DISTUTILS) install
|
||||
+ $(DISTUTILS) install --prefix=$(DESTDIR)$(prefix)
|
||||
+ $(DISTUTILS) install --prefix=$(DESTDIR)$(PREFIX)
|
||||
|
||||
all: all-python
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user