diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-21 01:07:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-21 01:07:08 +0100 |
| commit | 4fa22f2860cc9f850a0fdacf8fa51458f46b10ce (patch) | |
| tree | d4bf5d2a7b8186f1ade22d23203ec7da57e0f2de | |
| parent | 802528ae46befd81bde9f3fb87210d9b79d5207d (diff) | |
Fix for i18n in 16.04.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
