]> git.proxmox.com Git - pve-kernel.git/commitdiff
d/rules: don't remove perf.1 manpage
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 28 May 2018 09:04:47 +0000 (11:04 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 May 2018 06:24:21 +0000 (08:24 +0200)
the one in linux-base refers to the versioned one

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
debian/rules

index e2af236aaa91fd05b58c027e2396c5d49de63215..ad21471a5df3a40cb108934e9f938df0b00d3ce5 100755 (executable)
@@ -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