Fix locale location for 17.04.
authorCarl Hetherington <cth@carlh.net>
Thu, 20 Apr 2017 21:56:51 +0000 (22:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 20 Apr 2017 21:56:51 +0000 (22:56 +0100)
cscript

diff --git a/cscript b/cscript
index 99a4cbf0749a13334a5bf72b0c40fd375805d1d4..94a390666511af939977a1f934728ad4da065eea 100644 (file)
--- a/cscript
+++ b/cscript
@@ -353,7 +353,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', 'unstable']:
+    if target.version in ['15.04', '15.10', '16.04', '16.10', '17.04', '8', 'unstable']:
         target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale')
     else:
         target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale')