]> git.pld-linux.org Git - packages/lttng-ust.git/blob - lttng-ust-python.patch
- updated to 2.13.6
[packages/lttng-ust.git] / lttng-ust-python.patch
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 $@
5  
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)"; \
9         if [ "$(DESTDIR)" != "" ]; then \
10                 opts="$$opts --root=$(DESTDIR)"; \
11         fi; \
This page took 0.262357 seconds and 3 git commands to generate.