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
|
@ -2716,7 +2716,7 @@ Python loading in HPC environments.")
|
||||||
%build-inputs)))))
|
%build-inputs)))))
|
||||||
(invoke "gzip" "inxi.1")
|
(invoke "gzip" "inxi.1")
|
||||||
(install-file "inxi.1.gz"
|
(install-file "inxi.1.gz"
|
||||||
(string-append %output "/share/doc/man/man1")))
|
(string-append %output "/share/man/man1")))
|
||||||
#t)))
|
#t)))
|
||||||
(home-page "https://smxi.org/docs/inxi.htm")
|
(home-page "https://smxi.org/docs/inxi.htm")
|
||||||
(synopsis "Full featured system information script")
|
(synopsis "Full featured system information script")
|
||||||
|
|
Loading…
Reference in New Issue