summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-11-10 15:53:37 +0000
committerCarl Hetherington <cth@carlh.net>2016-11-10 15:53:37 +0000
commit5c9c21982bf41382f129812460a88f754e106d10 (patch)
tree5477ad007fa8a38107c259b17bd4c1f24f9a8242
parent6ea6baad28dfc9d5a2de8198e23ac846bef409af (diff)
Try to fix unstable build wrt wxWidgets location.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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')