gnu: mplayer: Don't replace 'sh' reference with 'bash'.
authorLeo Famulari <leo@famulari.name>
Mon, 23 Jan 2017 21:55:42 +0000 (16:55 -0500)
committerLeo Famulari <leo@famulari.name>
Mon, 23 Jan 2017 22:23:05 +0000 (17:23 -0500)
* gnu/packages/video.scm (mplayer)[arguments]: Use (which "sh") instead
of (which "bash") in 'configure' phase.

gnu/packages/video.scm

index f5085f8..b7383f2 100644 (file)
@@ -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*