gnu: xapers: Fix man page and xapers-adder installation

* gnu/packages/search.scm (xapers)[arguments]: Adjust install-file
destinations in install-doc phase.

Signed-off-by: Eric Bavier <bavier@member.fsf.org>
master
Adam Massmann 2018-04-04 19:10:08 -04:00 committed by Eric Bavier
parent b4eadf7e7f
commit b357ccdd8b
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 3 additions and 6 deletions

View File

@ -344,12 +344,9 @@ search the generated indexes.")
(let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin"))
(man1 (string-append out "/share/man/man1")))
(install-file "man/man1/xapers.1"
(string-append man1 "/xapers.1"))
(install-file "man/man1/xapers-adder.1"
(string-append man1 "/xapers-adder.1"))
(install-file "bin/xapers-adder"
(string-append bin "/xapers-adder"))))))))
(install-file "man/man1/xapers.1" man1)
(install-file "man/man1/xapers-adder.1" man1)
(install-file "bin/xapers-adder" bin)))))))
(home-page "https://finestructure.net/xapers/")
(synopsis "Personal document indexing system")
(description