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>
Tue, 6 May 2025 19:33:52 +0000 (21:33 +0200)
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 aa1a6bbb19a2ad6b4b9e2762501b65d837d5c5ff..6b883a05b2f5b5b955b716d85c04bf7882e11e46 100644 (file)
@@ -1153,7 +1153,7 @@ install-bin: install-tools install-tests
 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):