From f5616b6843dd5c104d2d3abdf6e48b380a4b90e5 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Tue, 3 Jul 2012 13:07:23 -0500 Subject: [PATCH] perf: change --root to --prefix for python install Otherwise we get the sysroot path appended to the build path, not what we want. Signed-off-by: Tom Zanussi --- tools/perf/Makefile.perf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 7fc8f179cae7..66d20f5737c3 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -852,7 +852,7 @@ endif 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 --prefix='$(DESTDIR_SQ)/usr' # 'make install-doc' should call 'make -C Documentation install' $(INSTALL_DOC_TARGETS): -- 1.8.1.2