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.
master
Leo Famulari 2017-01-23 16:55:42 -05:00
parent 47734a56d6
commit 2564b7c2df
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View 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*