summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-06 17:19:38 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-06 17:19:38 +0000
commita2811baa540d6c02f8b2ba50c61f040afc9f164d (patch)
tree01578b3432d0ea830d53d62727592dcf3dcc76a3 /cscript
parent6a846f7f570b278b999b063ea518f7b87003d7bd (diff)
Fix CDIST_LOCALE_PREFIX for 15.10.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5a71f844f..3e6d638eb 100644
--- a/cscript
+++ b/cscript
@@ -338,7 +338,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' or target.version == '8':
+ if target.version in ['15.04', '15.10', '8']:
target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale')
else:
target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale')