summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-23 23:19:58 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-23 23:19:58 +0000
commit88396a8f5643ae2e0099ab1b2ee1bfbd5e6c6a21 (patch)
treeb7b06a6a888edbc177fbfa6965c1996146e057a7 /libs/ardour
parent02a21a4a3f92c0740a4210bbe569ab197df3f8bc (diff)
rename the i18n package name for libardour to follow the convention of {dirname}{major-version}
git-svn-id: svn://localhost/ardour2/branches/3.0@13984 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index b37acb0271..c916e4390c 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -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 = '.'