Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
authorCarl Hetherington <cth@carlh.net>
Thu, 20 Jul 2017 10:29:33 +0000 (11:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 20 Jul 2017 10:29:33 +0000 (11:29 +0100)
cscript

diff --git a/cscript b/cscript
index dd83c5db66cdaeb26d176516784a43c593ccc7ac..09ced5bfc3dbd8d4c39674cdbb24a508b17f59e0 100644 (file)
--- 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')