[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/11: gnu: ffmpeg: Don't replace 'sh' reference with 'bash'.
From: |
Leo Famulari |
Subject: |
10/11: gnu: ffmpeg: 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 47734a56d60be9f4f05b198ffbf8c504e75d5e3e
Author: Leo Famulari <address@hidden>
Date: Mon Jan 23 16:53:41 2017 -0500
gnu: ffmpeg: Don't replace 'sh' reference with 'bash'.
* gnu/packages/video.scm (ffmpeg)[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 518b5f8..f5085f8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -580,7 +580,7 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and
VC-1/VMW3).")
(lambda* (#:key outputs configure-flags #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
(substitute* "configure"
- (("#! /bin/sh") (string-append "#!" (which "bash"))))
+ (("#! /bin/sh") (string-append "#!" (which "sh"))))
(setenv "SHELL" (which "bash"))
(setenv "CONFIG_SHELL" (which "bash"))
(zero? (apply system*
- branch master updated (ee6e780 -> 2564b7c), Leo Famulari, 2017/01/23
- 03/11: gnu: gegl: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 02/11: gnu: orpheus: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 06/11: gnu: signing-party: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 04/11: gnu: gnupg-2.0: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 05/11: gnu: gnupg-1: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 10/11: gnu: ffmpeg: Don't replace 'sh' reference with 'bash'.,
Leo Famulari <=
- 07/11: gnu: sendmail: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 01/11: gnu: node: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 08/11: gnu: pybitmessage: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 11/11: gnu: mplayer: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23
- 09/11: gnu: avidemux: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/23