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:
Tobias Geerinckx-Rice 2018-06-06 03:18:02 +02:00
parent bba082a1f8
commit 55f5556e24
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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")