[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: wireless-tools: Install the manual pages under $out/share/ma
From: |
Ludovic Courtès |
Subject: |
05/07: gnu: wireless-tools: Install the manual pages under $out/share/man. |
Date: |
Sat, 29 Nov 2014 21:35:11 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit ec01f22d15067c80eb673aba3edb49cf7913f187
Author: å®‹æ–‡æ¦ <address@hidden>
Date: Sat Nov 29 12:52:59 2014 +0800
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 <address@hidden>
---
gnu/packages/linux.scm | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b9d9bd6..0651c08 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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
- branch master updated (1cc8f3a -> f5d9604), Ludovic Courtès, 2014/11/29
- 03/07: gnu: Add cd-discid., Ludovic Courtès, 2014/11/29
- 05/07: gnu: wireless-tools: Install the manual pages under $out/share/man.,
Ludovic Courtès <=
- 04/07: gnu: Add abcde., Ludovic Courtès, 2014/11/29
- 07/07: gnu-maintenance: Support .zip files., Ludovic Courtès, 2014/11/29
- 06/07: gnu: Add mg., Ludovic Courtès, 2014/11/29
- 02/07: gnu: guix: Update snapshot., Ludovic Courtès, 2014/11/29
- 01/07: doc: Improve porting instructions., Ludovic Courtès, 2014/11/29