summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-06-25 20:57:57 +0100
committerCarl Hetherington <cth@carlh.net>2019-06-27 23:56:47 +0100
commit40b49db0a6e88ac640cd897456bd357cc96f2c28 (patch)
treed57f384f756dd038bdea812c01755321c08ba445 /cscript
parent9da16092c7add153759c1ebf035533a420567c1d (diff)
Don't need CDIST_LOCALE_PREFIX hack any more.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 0 insertions, 4 deletions
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')