gnu: wireless-tools: Install the manual pages under $out/share/man.

* gnu/packages/linux.scm (wireless-tools)[origin]: Add snippet.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
宋文武 2014-11-29 12:52:59 +08:00 committed by Ludovic Courtès
parent 7dfc937e2f
commit ec01f22d15
1 changed files with 7 additions and 1 deletions

View File

@ -1487,7 +1487,13 @@ mapper. Kernel components are part of Linux-libre.")
version ".tar.gz"))
(sha256
(base32
"0qscyd44jmhs4k32ggp107hlym1pcyjzihiai48xs7xzib4wbndb"))))
"0qscyd44jmhs4k32ggp107hlym1pcyjzihiai48xs7xzib4wbndb"))
(modules '((guix build utils)))
(snippet
;; Install the manual pages in the right place.
'(substitute* "Makefile"
(("INSTALL_MAN= .*")
"INSTALL_MAN= $(PREFIX)/share/man")))))
(build-system gnu-build-system)
(arguments
`(#:phases (alist-replace