summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-20 11:29:28 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-20 11:29:28 +0100
commit6745020cc8e32142368c5c487a0ac80507fc4dee (patch)
tree24e760932323058a0915a881a52e52177b7d87c9 /cscript
parent45034f9653285d6e8d0a7d9cfd89e0058d65a187 (diff)
Build fix for debian 7 on the docker images.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index dd83c5db6..09ced5bfc 100644
--- a/cscript
+++ b/cscript
@@ -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')