Add missing versions to LOCALE_PREFIX setup.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 9a7fc8497d63ad9be6ad09d0ede909da8adda35b..31e82aee0c85dfe9f372c927e4fa8395ee42eac8 100644 (file)
--- a/cscript
+++ b/cscript
@@ -346,7 +346,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', '17.10', '8', 'unstable']:
         target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale')
     else:
         target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale')