Try to fix unstable build wrt wxWidgets location.
authorCarl Hetherington <cth@carlh.net>
Thu, 10 Nov 2016 15:53:37 +0000 (15:53 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 10 Nov 2016 15:53:37 +0000 (15:53 +0000)
cscript

diff --git a/cscript b/cscript
index b1a53689b3beab625fa74bfa2007c11d19c97110..a66a19b30c0cb9773d6371489eecf1f725321646 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', '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')