From fa4171b82269e7fd1ecb8c2a211ff7500a853887 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 9 Dec 2017 23:45:32 +0000 Subject: [PATCH] Add missing versions to LOCALE_PREFIX setup. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 9a7fc8497..31e82aee0 100644 --- a/cscript +++ b/cscript @@ -346,7 +346,7 @@ def package_debian(target, cpu, version): target.set('CDIST_CONFIGURE', '"' + configure_options(target) + '"') if target.debug: target.set('CDIST_DEBUG_PACKAGE', '--dbg-package=dcpomatic-dbg') - if target.version in ['15.04', '15.10', '16.04', '16.10', '8', 'unstable']: + if target.version in ['15.04', '15.10', '16.04', '16.10', '17.04', '17.10', '8', 'unstable']: target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale') else: target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale') -- 2.30.2