diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-10 15:08:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-10 15:08:11 +0100 |
| commit | a020b117c972db1d4e412c17465a5b7999eb3de9 (patch) | |
| tree | 65823a2bf8eca0e16ba02b2bc89971083dc4d43c /cscript | |
| parent | 4c6427c1efa6447e07dfee3c02e8a9ac15f71fc1 (diff) | |
Build fix for Debian 8.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -282,7 +282,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': + if target.version == '15.04' or target.version == '8': target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale') else: target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale') |
