From 246a4f3018db6a7650ff60dda9562b7cb9891331 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 9 Dec 2014 08:19:11 -0500 Subject: correct install location for .mo files (i18n) and cleanup LOCALEDIR use a bit --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') 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() -- cgit v1.2.3