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, 16 Jul 2025 07:13:16 +0000 (09:13 +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 85feb4d8d03366c9a0f9139aaef8a749a8d7498c..6946f62a2265caca6c7702e6ade0e61fabe81a06 100644 (file)
@@ -1154,7 +1154,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):