From bc2eba1550e5fb7e2dfefff174b469fc94cc730b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 9 Oct 2017 23:41:54 +0100 Subject: Try to fix mageia build. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index edeaf00ce..519e0d806 100644 --- a/cscript +++ b/cscript @@ -416,7 +416,7 @@ def package(target, version): if target.distro == 'debian' or target.distro == 'ubuntu': return package_debian(target, cpu, version) - elif target.distro == 'centos' or target.distro == 'fedora': + elif target.distro == 'centos' or target.distro == 'fedora' or target.distro == 'mageia': return package_rpm(target, cpu, version) elif target.platform == 'osx': target.command('bash platform/osx/make_dmg.sh %s' % target.directory) -- cgit v1.2.3