Build disk writer on Mageia.
authorCarl Hetherington <cth@carlh.net>
Tue, 25 May 2021 10:42:51 +0000 (12:42 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 25 May 2021 10:42:51 +0000 (12:42 +0200)
cscript

diff --git a/cscript b/cscript
index 6072dc1cd1afc94c3cb7c85e236b4397540ac9f5..ce673c5d9d75e4c73c6e7b48ec72d40ccb9b4746 100644 (file)
--- 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):