Skip to content
Snippets Groups Projects
Commit ec01f22d authored by Sou Bunnbu (宋文武)'s avatar Sou Bunnbu (宋文武) Committed by Ludovic Courtès
Browse files

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


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

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent 7dfc937e
No related branches found
No related tags found
No related merge requests found
......@@ -1487,7 +1487,13 @@ (define-public wireless-tools
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment