]> sigrok.org Git - libsigrok.git/commitdiff
Pass configured prefix to python setup.py install step.
authorMartin Ling <redacted>
Sat, 19 Jul 2014 14:43:03 +0000 (15:43 +0100)
committerBert Vermeulen <redacted>
Sat, 19 Jul 2014 14:44:05 +0000 (16:44 +0200)
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