summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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