From ea0c28fbd3ca9fd8deffebcc16c5112e71f663a8 Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Mon, 28 May 2018 11:02:04 +0200 Subject: [PATCH] d/rules: don't remove perf.1 manpage the one in linux-base refers to the versioned one Signed-off-by: Stoiko Ivanov --- debian/rules | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/rules b/debian/rules index 444b4ba..61954ba 100755 --- a/debian/rules +++ b/debian/rules @@ -129,8 +129,6 @@ binary: install ! ldd ${KERNEL_SRC}/tools/perf/perf | grep -q -E '\blibbfd' ! ldd ${KERNEL_SRC}/tools/perf/perf | grep -q -E '\blibcrypto' ${MAKE} -C ${KERNEL_SRC}/tools/perf man - # contained in linux-base - rm -f ${KERNEL_SRC}/tools/perf/Documentation/perf.1 touch $@ .tools_install_mark: .tools_compile_mark