From 5c9c21982bf41382f129812460a88f754e106d10 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 10 Nov 2016 15:53:37 +0000 Subject: [PATCH] Try to fix unstable build wrt wxWidgets location. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index b1a53689b..a66a19b30 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', '16.10', '8']: + if target.version in ['15.04', '15.10', '16.04', '16.10', '8', 'unstable']: target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale') else: target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale') -- 2.30.2