summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-09 08:19:11 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-09 08:19:11 -0500
commit246a4f3018db6a7650ff60dda9562b7cb9891331 (patch)
tree024db45f9df9f9e1793f0d79833a8be4f519f3a6 /wscript
parent1648b94905c2a03b82083c767064957c3f347908 (diff)
correct install location for .mo files (i18n) and cleanup LOCALEDIR use a bit
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 9ed5059975..1568e0a3b1 100644
--- a/wscript
+++ b/wscript
@@ -918,6 +918,7 @@ def build(bld):
# shared objects loaded at runtime go here (two aliases)
bld.env['DLLDIR'] = os.path.join(bld.env['LIBDIR'], lwrcase_dirname)
bld.env['LIBDIR'] = bld.env['DLLDIR']
+ bld.env['LOCALEDIR'] = os.path.join(bld.env['DATADIR'], 'locale')
autowaf.set_recursive()