X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=a66a19b30c0cb9773d6371489eecf1f725321646;hb=5c9c21982bf41382f129812460a88f754e106d10;hp=b1a53689b3beab625fa74bfa2007c11d19c97110;hpb=6ea6baad28dfc9d5a2de8198e23ac846bef409af;p=dcpomatic.git 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')