diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-31 12:57:59 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-31 12:57:59 +0000 |
| commit | 92dfe9454ef49363f49c19a7c7c4825c4a18771b (patch) | |
| tree | 6414a42e14aef2548dbdb97421939c390d993154 /cscript | |
| parent | 2c8944322610bdda86c74ed8217400846912fbd1 (diff) | |
Fix ubuntu 16.10 build.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -312,7 +312,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', '8']: + if target.version in ['15.04', '15.10', '16.04', '16.10', '8']: target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale') else: target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale') |
