From: Carl Hetherington Date: Tue, 25 May 2021 10:42:51 +0000 (+0200) Subject: Build disk writer on Mageia. X-Git-Tag: v2.15.152~18 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=a77b6a1f4a3e3bd92cbce8674969bf778c9486ea Build disk writer on Mageia. --- 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):