fix: pass exec-prefix to python bindings install
[babeltrace.git] / src / bindings / python / bt2 / Makefile.am
index 124fadaf47d813eb6b25a2bb4f424204f7fae09b..6b31a743391c52eae99f471cf9b3bb509c84fbb4 100644 (file)
@@ -156,7 +156,7 @@ pyinstall_verbose_ = $(pyinstall_verbose_@AM_DEFAULT_V@)
 pyinstall_verbose_0 = @
 
 install-exec-local: build-python-bindings.stamp
-       $(pyinstall_verbose)opts="--prefix=$(prefix) --record $(INSTALLED_FILES) --verbose --no-compile $(DISTSETUPOPTS)"; \
+       $(pyinstall_verbose)opts="--prefix=$(prefix) --exec-prefix=$(exec_prefix) --record $(INSTALLED_FILES) --verbose --no-compile $(DISTSETUPOPTS)"; \
        if [ "$(DESTDIR)" != "" ]; then \
                opts="$$opts --root=$(DESTDIR)"; \
        fi; \
This page took 0.024063 seconds and 4 git commands to generate.