summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-05-25 18:09:19 +0000
committerCarl Hetherington <carl@carlh.net>2011-05-25 18:09:19 +0000
commit04b54f8dd1e1be93250b1fe0f133665d0ff493e4 (patch)
tree9f2064970fd05e3ff89214f0d79a94922bc0fb8b
parentfb39b47861a69a774a5f9f2029e7644811af7339 (diff)
Fix name of libardour .mo file.
git-svn-id: svn://localhost/ardour2/branches/3.0@9587 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--libs/ardour/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 4e186532c1..97be5140f2 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -414,7 +414,7 @@ def build(bld):
for mo in mo_files:
lang = os.path.basename(mo).replace('.mo', '')
bld.install_as(os.path.join(bld.env['PREFIX'], 'share', 'locale',
- lang, 'LC_MESSAGES', APPNAME + '.mo'),
+ lang, 'LC_MESSAGES', 'libardour3.mo'),
mo)
if bld.env['BUILD_TESTS'] and bld.env['HAVE_CPPUNIT']: