guix-commits
[Top][All Lists]
Advanced

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

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


From: Leo Famulari
Subject: 11/11: gnu: mplayer: 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 2564b7c2dfb71e2d086084ce127e27e268fa9b66
Author: Leo Famulari <address@hidden>
Date:   Mon Jan 23 16:55:42 2017 -0500

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

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f5085f8..b7383f2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -796,7 +796,7 @@ treaming protocols.")
             (let ((out (assoc-ref outputs "out"))
                   (libx11 (assoc-ref inputs "libx11")))
               (substitute* "configure"
-                (("#! /bin/sh") (string-append "#!" (which "bash"))))
+                (("#! /bin/sh") (string-append "#!" (which "sh"))))
               (setenv "SHELL" (which "bash"))
               (setenv "CONFIG_SHELL" (which "bash"))
               (zero? (system*



reply via email to

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