gnu: pybitmessage: Don't replace 'sh' reference with 'bash'.

* gnu/packages/messaging.scm (pybitmessage)[arguments]: Use (which "sh") instead
of (which "bash") in 'fix-makefile' phase.
master
Leo Famulari 2017-01-23 16:25:02 -05:00
parent 195279529c
commit 344498c736
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -825,7 +825,7 @@ connect with friends and family without anyone else listening in.")
(("mkdir -p \\$\\{DESTDIR\\}/usr") "")
(("/usr/local") "")
(("/usr") "")
(("#!/bin/sh") (string-append "#!" (which "bash")))
(("#!/bin/sh") (string-append "#!" (which "sh")))
(("python2") (which "python"))
(("/opt/openssl-compat-bitcoin/lib/")
(string-append (assoc-ref inputs "openssl") "/lib/")))