guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: orpheus: Don't replace 'sh' reference with 'bash'.


From: Leo Famulari
Subject: 02/11: gnu: orpheus: Don't replace 'sh' reference with 'bash'.
Date: Mon, 23 Jan 2017 22:25:20 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 147c6b391b3264fa6606841452e2c8049a01d983
Author: Leo Famulari <address@hidden>
Date:   Mon Jan 23 16:09:15 2017 -0500

    gnu: orpheus: Don't replace 'sh' reference with 'bash'.
    
    * gnu/packages/orpheus.scm (orpheus)[arguments]: Use (which "sh") instead of
    (which "bash") in 'patch-shells' phase.
---
 gnu/packages/orpheus.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/orpheus.scm b/gnu/packages/orpheus.scm
index 39118c9..d672ebc 100644
--- a/gnu/packages/orpheus.scm
+++ b/gnu/packages/orpheus.scm
@@ -90,7 +90,7 @@
              (substitute* '("src/mp3track.cc"
                             "src/streamtrack.cc"
                             "src/oggtrack.cc")
-               (("/bin/sh") (which "bash")))
+               (("/bin/sh") (which "sh")))
              #t)))))
     (home-page "http://thekonst.net/en/orpheus";)
     (synopsis "Text-mode audio player")



reply via email to

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