summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/osx_packaging/osx_build2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index c1ab891cdf..5d19be72b7 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -137,11 +137,9 @@ fi
# copy locale files
if test x$WITH_NLS != x ; then
echo "NLS support ..."
- echo ../../gtk2_ardour/*.mo
for file in ../../gtk2_ardour/*.mo
do
lang=`basename $file | sed 's/\.mo//'`
- echo "Copying $file to " $Locale/$lang/LC_MESSAGES
mkdir -p $Locale/$lang/LC_MESSAGES
cp $file $Locale/$lang/LC_MESSAGES/gtk2_ardour.mo
done