summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-22 10:12:43 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-22 15:42:11 +0200
commit19562f913b530adc5f11c48e257300c1869d019a (patch)
tree9ee0be81c548c42bf1ca59a6dbee5d19ff65acab
parent3b63427fd27ea6bebb6dbe6ac463b30fd84d152c (diff)
Build disk writer on more Fedora versions.
-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