summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-06-14 00:21:41 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-06-14 00:21:41 +0000
commit39c30e174774b1d688e2f820e5477850765c0c88 (patch)
tree702e166520aee7bb25dc617f0fdd0a48995221c7
parent52a1667cc24a5d41d3651ac02ecfa273056a8fe3 (diff)
tweak for recent linux packaging change
git-svn-id: svn://localhost/ardour2/branches/3.0@9728 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 0f0ceb90cd..3a7c98bbcd 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -248,7 +248,7 @@ 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/$dl.mo
+ cp $file $Locale/$lang/LC_MESSAGES/`basename $dl`
if echo $LINGUAS | grep $lang >/dev/null 2>&1
:
else