summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-10 15:08:11 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-10 15:08:11 +0100
commita020b117c972db1d4e412c17465a5b7999eb3de9 (patch)
tree65823a2bf8eca0e16ba02b2bc89971083dc4d43c /cscript
parent4c6427c1efa6447e07dfee3c02e8a9ac15f71fc1 (diff)
Build fix for Debian 8.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 0ed34751c..9981f737f 100644
--- a/cscript
+++ b/cscript
@@ -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')