guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/11: gnu: gnupg-2.0: Don't replace 'sh' reference with 'bash'.


From: Leo Famulari
Subject: 04/11: gnu: gnupg-2.0: 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 3a534f42644d6e02d5bb9aee05af3e73d5f3e913
Author: Leo Famulari <address@hidden>
Date:   Mon Jan 23 16:15:49 2017 -0500

    gnu: gnupg-2.0: Don't replace 'sh' reference with 'bash'.
    
    * gnu/packages/gnupg.scm (gnupg-2.0)[arguments]: Use (which "sh") instead of
    (which "bash") in 'patch-config-files' 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 dc801a6..8149403 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -310,7 +310,7 @@ libskba (working with X.509 certificates and CMS data).")
         (add-before 'configure 'patch-config-files
           (lambda _
             (substitute* "tests/openpgp/Makefile.in"
-              (("/bin/sh") (which "bash")))
+              (("/bin/sh") (which "sh")))
             #t))
         (add-after 'install 'rename-v2-commands
           (lambda* (#:key outputs #:allow-other-keys)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]