From 40b49db0a6e88ac640cd897456bd357cc96f2c28 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 25 Jun 2019 20:57:57 +0100 Subject: Don't need CDIST_LOCALE_PREFIX hack any more. --- cscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 6f1dd0903..d6426787f 100644 --- a/cscript +++ b/cscript @@ -554,10 +554,6 @@ def package_debian(target, cpu, version, options): target.set('CDIST_CONFIGURE', '"' + configure_options(target, options) + '"') if target.debug: target.set('CDIST_DEBUG_PACKAGE', '--dbg-package=dcpomatic-dbg') - if target.version in ['7', '14.04']: - target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale') - else: - target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale') target.command('dpkg-buildpackage -uc -us') -- cgit v1.2.3