mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: inxi: Fix man page location.
* gnu/packages/admin.scm (inxi)[arguments]: Install man page to /share/man instead of /share/doc/man.
This commit is contained in:
parent
bba082a1f8
commit
55f5556e24
1 changed files with 1 additions and 1 deletions
|
@ -2716,7 +2716,7 @@ (define-public inxi-minimal
|
|||
%build-inputs)))))
|
||||
(invoke "gzip" "inxi.1")
|
||||
(install-file "inxi.1.gz"
|
||||
(string-append %output "/share/doc/man/man1")))
|
||||
(string-append %output "/share/man/man1")))
|
||||
#t)))
|
||||
(home-page "https://smxi.org/docs/inxi.htm")
|
||||
(synopsis "Full featured system information script")
|
||||
|
|
Loading…
Reference in a new issue