summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
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')