diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-20 22:56:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-20 22:56:51 +0100 |
| commit | ffaf86ab7c8b0ec7fdfe102708fec5acfa5938bc (patch) | |
| tree | c68b059fb9fb736b0a9f288bbf0c02717301dd72 /cscript | |
| parent | 914ce4bb6b2956c246c1ea543468779bc3dda93f (diff) | |
Fix locale location for 17.04.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -353,7 +353,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', '8', 'unstable']: target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale') else: target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale') |
