]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
Pass configured prefix to python setup.py install step.
[libsigrok.git] / Makefile.am
index 01e002cda56f694f62e248d5410a8ea385230c69..1bb8966ecbe233af532d926c3336b63bc3962946 100644 (file)
@@ -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