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>
Thu, 1 Dec 2022 06:42:33 +0000 (06:42 +0000)
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 2761f65d6dcd18686a4b3d80a21afbac12e10f56..a598eb7b4f1cd2b3d585b9008f6ff346a81564ce 100644 (file)
@@ -1013,7 +1013,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):