22 lines
726 B
Diff
22 lines
726 B
Diff
From: Adriaan Schmidt <adriaan.schmidt@siemens.com>
|
|
Date: Mon, 4 Apr 2022 13:38:33 +0200
|
|
Subject: tools: install perf python bindings
|
|
Bug-Debian: http://bugs.debian.org/860957
|
|
Forwarded: not-needed
|
|
|
|
---
|
|
tools/perf/Makefile.perf | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/tools/perf/Makefile.perf
|
|
+++ b/tools/perf/Makefile.perf
|
|
@@ -1139,7 +1139,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):
|