summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-22 03:06:55 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-22 03:06:55 +0000
commit7b1123ea3235b0b17256793293dd96c0e5b0672b (patch)
treede8ff64d8fedcac3ac9db65bc3a572030395b7f5 /tools
parent2a2b48ef66916f3ac7aafb46b83e1e86a6e15cf8 (diff)
re-revert previous excessive debug output
git-svn-id: svn://localhost/ardour2/branches/3.0@13966 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index caadd8f2fd..04272491c3 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -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