From 04b54f8dd1e1be93250b1fe0f133665d0ff493e4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 25 May 2011 18:09:19 +0000 Subject: [PATCH] Fix name of libardour .mo file. git-svn-id: svn://localhost/ardour2/branches/3.0@9587 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']: