diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-20 11:29:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-20 11:29:28 +0100 |
| commit | 6745020cc8e32142368c5c487a0ac80507fc4dee (patch) | |
| tree | 24e760932323058a0915a881a52e52177b7d87c9 /cscript | |
| parent | 45034f9653285d6e8d0a7d9cfd89e0058d65a187 (diff) | |
Build fix for debian 7 on the docker images.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -363,7 +363,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 ['14.04']: + if target.version in ['7', '14.04']: target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale') else: target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale') |
