Message ID | 20230213170504.360265-1-brgl@bgdev.pl |
---|---|
State | New |
Headers | show |
Series | [libgpiod] bindings: python: pass DESTDIR to setup.py | expand |
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index 9fb2e95..75ce53b 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -18,7 +18,7 @@ all-local: install-exec-local: GPIOD_WITH_TESTS= \ - $(PYTHON) $(srcdir)/setup.py install --prefix=$(prefix) + $(PYTHON) $(srcdir)/setup.py install --prefix=$(DESTDIR)$(prefix) SUBDIRS = gpiod