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
parent
b4eadf7e7f
commit
b357ccdd8b
|
@ -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
|
||||
|
|
Reference in New Issue