another fix for NLS copying into bundle
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 22 Jan 2013 03:16:13 +0000 (03:16 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 22 Jan 2013 03:16:13 +0000 (03:16 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13967 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/linux_packaging/build

index 04272491c348a2517fc83cc7b8f764185047745a..99b5a91a0b22d361ebbb82be49d1c5a9a25ea265 100755 (executable)
@@ -255,8 +255,8 @@ 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/`basename $dl`
-                echo Copying message catalog for $lang into $Locale/$lang/LC_MESSAGES/`basename $dl`
+               cp $file $Locale/$lang/LC_MESSAGES/`basename $file`
+                echo Copying message catalog for $lang into $Locale/$lang/LC_MESSAGES/`basename $file`
                 if echo $LINGUAS | grep $lang >/dev/null 2>&1 ; then
                     :
                 else