diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-25 20:57:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-27 23:56:47 +0100 |
| commit | 40b49db0a6e88ac640cd897456bd357cc96f2c28 (patch) | |
| tree | d57f384f756dd038bdea812c01755321c08ba445 /cscript | |
| parent | 9da16092c7add153759c1ebf035533a420567c1d (diff) | |
Don't need CDIST_LOCALE_PREFIX hack any more.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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') |
