summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linux_packaging/build')
-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