13
0

Fix name of libardour .mo file.

git-svn-id: svn://localhost/ardour2/branches/3.0@9587 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-05-25 18:09:19 +00:00
parent fb39b47861
commit 04b54f8dd1

View File

@ -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']: