From: Carl Hetherington Date: Wed, 10 Jun 2015 14:08:11 +0000 (+0100) Subject: Build fix for Debian 8. X-Git-Tag: v2.0.50~6 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=a020b117c972db1d4e412c17465a5b7999eb3de9;p=dcpomatic.git Build fix for Debian 8. --- diff --git a/cscript b/cscript index 0ed34751c..9981f737f 100644 --- a/cscript +++ b/cscript @@ -282,7 +282,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': + if target.version == '15.04' or target.version == '8': target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale') else: target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale')