diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-17 20:26:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-18 13:57:21 +0100 |
| commit | 3483ec49eaf63315929b45cd89b2d7be5fabb4aa (patch) | |
| tree | e7ee40d1ba594f0c569ff47332cd448494f7dfbc /cscript | |
| parent | d5433465b70e8fc1ed0d06f5a417a14875aa30c2 (diff) | |
Cleanup: tidy an or.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
