]> git.pld-linux.org Git - packages/lttng-ust.git/blame - lttng-ust-python.patch
- updated to 2.13.6
[packages/lttng-ust.git] / lttng-ust-python.patch
CommitLineData
ec86b2a8
JB
1--- lttng-ust-2.13.1/src/python-lttngust/Makefile.am.orig 2021-12-09 20:45:58.000000000 +0100
2+++ lttng-ust-2.13.1/src/python-lttngust/Makefile.am 2022-02-05 10:58:51.238977525 +0100
3@@ -28,7 +28,7 @@ build-python-bindings.stamp: copy-static
4 touch $@
7f3aff43 5
ec86b2a8
JB
6 install-exec-local: build-python-bindings.stamp
7- @opts="--prefix=$(prefix) --record $(INSTALLED_FILES) --verbose --no-compile $(DISTSETUPOPTS)"; \
8+ @opts="--prefix=$(prefix) --install-purelib=$(pythondir) --record $(INSTALLED_FILES) --verbose --no-compile $(DISTSETUPOPTS)"; \
7f3aff43
JB
9 if [ "$(DESTDIR)" != "" ]; then \
10 opts="$$opts --root=$(DESTDIR)"; \
11 fi; \
This page took 0.043806 seconds and 4 git commands to generate.