re-revert previous excessive debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 22 Jan 2013 03:06:55 +0000 (03:06 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 22 Jan 2013 03:06:55 +0000 (03:06 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13966 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/linux_packaging/build

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