summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 009506f83..d046bf89a 100644
--- a/cscript
+++ b/cscript
@@ -786,7 +786,7 @@ def package(target, version, options):
out.append(make_appimage(target, 'DCP-o-matic Verifier', 'dcpomatic2_verifier', version))
return out
else:
- if target.distro == 'debian' or target.distro == 'ubuntu':
+ if target.distro in ('debian', 'ubuntu'):
return package_debian(target, target.cpu, version, options)
elif target.distro == 'centos' or target.distro == 'fedora' or target.distro == 'mageia':
return package_rpm(target, target.cpu, version, options)