13
0

build script fix

git-svn-id: svn://localhost/ardour2/branches/3.0@9732 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-06-14 19:18:28 +00:00
parent 1961051416
commit 2dd40def0b

View File

@ -249,7 +249,7 @@ if test x$WITH_NLS != x ; then
lang=`basename $file | sed 's/\.mo//'`
mkdir -p $Locale/$lang/LC_MESSAGES
cp $file $Locale/$lang/LC_MESSAGES/`basename $dl`
if echo $LINGUAS | grep $lang >/dev/null 2>&1
if echo $LINGUAS | grep $lang >/dev/null 2>&1 ; then
:
else
LINGUAS="$LINGUAS $lang"