tweak for recent linux packaging change

git-svn-id: svn://localhost/ardour2/branches/3.0@9728 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2011-06-14 00:21:41 +00:00
parent 52a1667cc2
commit 39c30e1747

View File

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