diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-06 17:19:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-06 17:19:38 +0000 |
| commit | a2811baa540d6c02f8b2ba50c61f040afc9f164d (patch) | |
| tree | 01578b3432d0ea830d53d62727592dcf3dcc76a3 /cscript | |
| parent | 6a846f7f570b278b999b063ea518f7b87003d7bd (diff) | |
Fix CDIST_LOCALE_PREFIX for 15.10.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -338,7 +338,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 == '15.04' or target.version == '8': + if target.version in ['15.04', '15.10', '8']: target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale') else: target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale') |
