fix: pass exec-prefix to python bindings install
[babeltrace.git] / src / bindings / python / bt2 / Makefile.am
index 6dc518d2ba5d194a68029823d32ed64ea0b21773..0e9b9a3f3de2cdfb0b867f0688e3321b70d3dc16 100644 (file)
@@ -150,7 +150,7 @@ $(builddir)/bt2/native_bt.c: $(SWIG_INTERFACE_FILES)
 -include bt2/native_bt.d
 
 install-exec-local: build-python-bindings.stamp
-       @opts="--prefix=$(prefix) --record $(INSTALLED_FILES) --verbose --no-compile $(DISTSETUPOPTS)"; \
+       @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.023244 seconds and 4 git commands to generate.