diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-05 23:11:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-05 23:11:27 +0100 |
| commit | d51488fc72a212c359c83658fb13774c6c418462 (patch) | |
| tree | 2badfcb329c47675bd713f071334faf6dbc9d731 /cscript | |
| parent | be4e480f2ac51805ffd6784217b91540dd804aba (diff) | |
Remove some old Ubuntu versions.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -348,7 +348,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', '17.04', '8', 'unstable']: + if target.version in ['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') |
