mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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>
This commit is contained in:
parent
b4eadf7e7f
commit
b357ccdd8b
1 changed files with 3 additions and 6 deletions
|
@ -344,12 +344,9 @@ (define-public xapers
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue