[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: gnupg-1: Don't replace 'sh' reference with 'bash'.
From: |
Leo Famulari |
Subject: |
05/11: gnu: gnupg-1: Don't replace 'sh' reference with 'bash'. |
Date: |
Mon, 23 Jan 2017 22:25:21 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 2e4b67b9509e908c0fa56f53e3bf49ac25995ca7
Author: Leo Famulari <address@hidden>
Date: Mon Jan 23 16:17:40 2017 -0500
gnu: gnupg-1: Don't replace 'sh' reference with 'bash'.
* gnu/packages/gnupg.scm (gnupg-1)[arguments]: Use (which "sh") instead of
(which "bash") in 'patch-check-sh' phase.
---
gnu/packages/gnupg.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 8149403..4818d7b 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -349,7 +349,7 @@ libskba (working with X.509 certificates and CMS data).")
(add-after 'unpack 'patch-check-sh
(lambda _
(substitute* "checks/Makefile.in"
- (("/bin/sh") (which "bash"))))))))))
+ (("/bin/sh") (which "sh"))))))))))
(define-public gpgme
(package
- branch master updated (ee6e780 -> 2564b7c), Leo Famulari, 2017/01/23
- 03/11: gnu: gegl: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 02/11: gnu: orpheus: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 06/11: gnu: signing-party: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 04/11: gnu: gnupg-2.0: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 05/11: gnu: gnupg-1: Don't replace 'sh' reference with 'bash'.,
Leo Famulari <=
- 10/11: gnu: ffmpeg: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 07/11: gnu: sendmail: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 01/11: gnu: node: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 08/11: gnu: pybitmessage: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 11/11: gnu: mplayer: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 09/11: gnu: avidemux: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23