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.
This commit is contained in:
parent
3a534f4264
commit
2e4b67b950
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue