gnu: inxi: Fix man page location.

* gnu/packages/admin.scm (inxi)[arguments]: Install man page to
/share/man instead of /share/doc/man.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -2716,7 +2716,7 @@ Python loading in HPC environments.")
%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")