From: Flole998 Date: Mon, 14 Feb 2022 01:08:18 +0000 (+0100) Subject: Fix sid doozer build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0893a31010c15b46de06233a372d832fe48e6706;p=thirdparty%2Ftvheadend.git Fix sid doozer build --- diff --git a/.doozer.json b/.doozer.json index b35aab230..7ba75eb79 100644 --- a/.doozer.json +++ b/.doozer.json @@ -496,7 +496,7 @@ ], "buildcmd": [ "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static\\ --python=python3 ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", - "support/bintray.py publish filelist.txt" + "python3 support/bintray.py publish filelist.txt" ] }, "sid-i386": { @@ -524,7 +524,7 @@ ], "buildcmd": [ "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static\\ --python=python3 ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", - "support/bintray.py publish filelist.txt" + "python3 support/bintray.py publish filelist.txt" ] }, "raspbian-jessie": {