Fix ubuntu 16.10 build.
authorCarl Hetherington <cth@carlh.net>
Mon, 31 Oct 2016 12:57:59 +0000 (12:57 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 31 Oct 2016 12:57:59 +0000 (12:57 +0000)
cscript

diff --git a/cscript b/cscript
index 4a160ee5ede7a2fdaef0890be5b6f9f1c0f9a059..3bc8dff5ef457043bb462e7a5f63c72ce4ae2f05 100644 (file)
--- a/cscript
+++ b/cscript
@@ -312,7 +312,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 ['15.04', '15.10', '16.04', '8']:
+    if target.version in ['15.04', '15.10', '16.04', '16.10', '8']:
         target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale')
     else:
         target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale')