summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-22 03:16:13 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-22 03:16:13 +0000
commit8b259e45cbb697d76dd8850b14c88cedcbc76c6f (patch)
treecefa6c08e2896df08747734360efe0302aab8704 /tools
parent7b1123ea3235b0b17256793293dd96c0e5b0672b (diff)
another fix for NLS copying into bundle
git-svn-id: svn://localhost/ardour2/branches/3.0@13967 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 04272491c3..99b5a91a0b 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -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