From: Adriaan Schmidt Date: Mon, 4 Apr 2022 11:38:33 +0000 (+0200) Subject: tools: install perf python bindings X-Git-Tag: archive/raspbian/6.1.123-1+rpi1^2~123 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2af392a30ead05b7fe2e1afd2fd11770ff9c733c;p=linux.git tools: install perf python bindings Bug-Debian: http://bugs.debian.org/860957 Forwarded: not-needed Gbp-Pq: Topic debian Gbp-Pq: Name tools-perf-install-python-bindings.patch --- diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 86cc6161d75..ea98b061fb4 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -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):