summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-05-25 12:42:51 +0200
committerCarl Hetherington <cth@carlh.net>2021-05-25 12:42:51 +0200
commita77b6a1f4a3e3bd92cbce8674969bf778c9486ea (patch)
tree09adda901228ee9ee981ea68c593e5feb42096be /cscript
parent61b2026a6d676125f6b7e02d8a81e9aed59e9ce8 (diff)
Build disk writer on Mageia.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/cscript b/cscript
index 6072dc1cd..ce673c5d9 100644
--- a/cscript
+++ b/cscript
@@ -218,6 +218,8 @@ def can_build_disk(target):
return True
if target.distro == 'centos' and target.version == '8':
return True
+ if target.distro == 'mageia':
+ return True
return False
def packages(name, packages, f):