From 0893a31010c15b46de06233a372d832fe48e6706 Mon Sep 17 00:00:00 2001 From: Flole998 Date: Mon, 14 Feb 2022 02:08:18 +0100 Subject: [PATCH] Fix sid doozer build --- .doozer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": { -- 2.47.2