d/rules: don't remove perf.1 manpage

the one in linux-base refers to the versioned one

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2018-05-28 11:04:47 +02:00 committed by Thomas Lamprecht
parent 86c0946a20
commit 875f9e81f4

2
debian/rules vendored
View File

@ -134,8 +134,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