From: Carl Hetherington Date: Mon, 31 Oct 2016 12:57:59 +0000 (+0000) Subject: Fix ubuntu 16.10 build. X-Git-Tag: v2.9.39~26 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=92dfe9454ef49363f49c19a7c7c4825c4a18771b;p=dcpomatic.git Fix ubuntu 16.10 build. --- diff --git a/cscript b/cscript index 4a160ee5e..3bc8dff5e 100644 --- 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')