From f40c8b212d7f191543daecbb633aafbd0290bf16 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 18 Nov 2016 15:40:10 +0100 Subject: [PATCH] ffmpeg: Add `start_cmd` in front of `configure` line That way, the actual command is printed on the screen. --- ffmpeg.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.be0 b/ffmpeg.be0 index 0143f3d3b..1c6895cdb 100755 --- a/ffmpeg.be0 +++ b/ffmpeg.be0 @@ -30,7 +30,7 @@ SRCURL[0]="https://ffmpeg.org/releases/ffmpeg-${PKGVERSION}.tar.bz2" mee_configure() { sed -i 's/-lflite"/-lflite -lasound"/' ${S}/configure - ${S}/configure \ + start_cmd ${S}/configure \ --prefix=${PREFIX} \ --enable-gpl \ --enable-version3 \