diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-10 15:53:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-10 15:53:37 +0000 |
| commit | 5c9c21982bf41382f129812460a88f754e106d10 (patch) | |
| tree | 5477ad007fa8a38107c259b17bd4c1f24f9a8242 | |
| parent | 6ea6baad28dfc9d5a2de8198e23ac846bef409af (diff) | |
Try to fix unstable build wrt wxWidgets location.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
