gnu: proot: Install man page under the right name. * gnu/packages/linux.scm (proot)[arguments]: In 'install' phase, install man page as "proot.1", not "man.1".
1 files changed, 5 insertions(+), 4 deletions(-) M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +5 -4
@@ 3964,10 3964,11 @@ userspace queueing component and the logging subsystem.") ;; build currently.) (system* "make" "-C" "src" "install" (string-append "PREFIX=" out))) (begin (install-file "doc/proot/man.1" (string-append out "/share" "/man/man1")) (let ((man1 (string-append out "/share/man/man1"))) (mkdir-p man1) (copy-file "doc/proot/man.1" (string-append man1 "/proot.1")) #t)))))))) (native-inputs `(("which" ,which)