summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
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):