From: Martin Ling Date: Sat, 19 Jul 2014 14:43:03 +0000 (+0100) Subject: Pass configured prefix to python setup.py install step. X-Git-Tag: libsigrok-0.4.0~1243 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=815a6b95f437b7fcc5d90a305f667b01d731feae;p=libsigrok.git Pass configured prefix to python setup.py install step. --- diff --git a/Makefile.am b/Makefile.am index 01e002cd..1bb8966e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -416,7 +416,7 @@ python-build: bindings/cxx/libsigrokxx.la cd bindings/python && python setup.py build python-install: - cd bindings/python && python setup.py install + cd bindings/python && python setup.py install --prefix $(prefix) python-clean: cd bindings/python && python setup.py clean --all