summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-10-09 23:41:54 +0100
committerCarl Hetherington <cth@carlh.net>2017-10-09 23:41:54 +0100
commitbc2eba1550e5fb7e2dfefff174b469fc94cc730b (patch)
treea076f96b9029ae644363fb4d06b6c8f91328c192
parent5c747071407b9f52a7aafbc40b91621858e5396b (diff)
Try to fix mageia build.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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)