rename the i18n package name for libardour to follow the convention of {dirname}...
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 23 Jan 2013 23:19:58 +0000 (23:19 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 23 Jan 2013 23:19:58 +0000 (23:19 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13984 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/wscript

index b37acb02711788df138c390653fd379e8f928424..c916e4390cdcc01a866b178b12807faaf7e75183 100644 (file)
@@ -23,7 +23,7 @@ CURRENT_SESSION_FILE_VERSION = 3001
 # Variables for 'waf dist'
 APPNAME = 'libardour3'
 VERSION = LIBARDOUR_VERSION
-I18N_PACKAGE = 'libardour3'
+I18N_PACKAGE = 'ardour3'
 
 # Mandatory variables
 top = '.'