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
This commit is contained in:
Paul Davis 2013-01-23 23:19:58 +00:00
parent 02a21a4a3f
commit 88396a8f56

View file

@ -23,7 +23,7 @@ CURRENT_SESSION_FILE_VERSION = 3001
# Variables for 'waf dist' # Variables for 'waf dist'
APPNAME = 'libardour3' APPNAME = 'libardour3'
VERSION = LIBARDOUR_VERSION VERSION = LIBARDOUR_VERSION
I18N_PACKAGE = 'libardour3' I18N_PACKAGE = 'ardour3'
# Mandatory variables # Mandatory variables
top = '.' top = '.'