From: Carl Hetherington Date: Thu, 21 Apr 2016 00:07:08 +0000 (+0100) Subject: Fix for i18n in 16.04. X-Git-Tag: v2.7.15~21 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=4fa22f2860cc9f850a0fdacf8fa51458f46b10ce Fix for i18n in 16.04. --- diff --git a/cscript b/cscript index e59c8933f..5c01a713a 100644 --- a/cscript +++ b/cscript @@ -288,7 +288,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', '8']: + if target.version in ['15.04', '15.10', '16.04', '8']: target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale') else: target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale')