From: Carl Hetherington Date: Thu, 22 Apr 2021 08:12:43 +0000 (+0200) Subject: Build disk writer on more Fedora versions. X-Git-Tag: v2.15.141~38 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=19562f913b530adc5f11c48e257300c1869d019a Build disk writer on more Fedora versions. --- diff --git a/cscript b/cscript index ea8056c5d..b6f6ce5d1 100644 --- a/cscript +++ b/cscript @@ -214,7 +214,7 @@ def can_build_disk(target): return True if target.detail == 'appimage': return True - if target.distro == 'fedora' and target.version == '31': + if target.distro == 'fedora' and int(target.version) >= 31: return True if target.distro == 'centos' and target.version == '8': return True