From 3483ec49eaf63315929b45cd89b2d7be5fabb4aa Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 17 Feb 2025 20:26:14 +0100 Subject: Cleanup: tidy an or. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3