tools: install perf python bindings
authorAdriaan Schmidt <adriaan.schmidt@siemens.com>
Mon, 4 Apr 2022 11:38:33 +0000 (13:38 +0200)
committerSalvatore Bonaccorso <carnil@debian.org>
Wed, 10 Aug 2022 18:11:48 +0000 (19:11 +0100)
Bug-Debian: http://bugs.debian.org/860957
Forwarded: not-needed

Gbp-Pq: Topic debian
Gbp-Pq: Name tools-perf-install-python-bindings.patch

tools/perf/Makefile.perf

index f1d0f0bcf4b8121d73d94aa31ae4cf071e06a082..7482094d62dfcf935fcbacc03237c95662e448bc 100644 (file)
@@ -1025,7 +1025,7 @@ install-bin: install-tools install-tests install-traceevent-plugins
 install: install-bin try-install-man
 
 install-python_ext:
-       $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)'
+       $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)' --install-layout=deb
 
 # 'make install-doc' should call 'make -C Documentation install'
 $(INSTALL_DOC_TARGETS):