summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-03 04:51:25 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-03 04:51:25 +0000
commit926a4dd097686d1d0f403efb82faac7d50cdb704 (patch)
tree7a42a570f810220bf36896cde7b00f9b8f43a065 /tools/linux_packaging
parent2c9d2faadbdc812a12d4b9828b8a4b69d15c8a19 (diff)
look in the right place for gtk2_ardour msg catalogs (*.mo)
git-svn-id: svn://localhost/ardour2/branches/3.0@8686 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/build6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 825b3426b9..45453227c3 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -195,15 +195,17 @@ if test x$STRIP != x ; then
fi
# copy locale files
+# note that at present(feb 2011), the .mo files end up in the source tree which is
+# not really as it should be.
if test x$WITH_NLS != x ; then
echo "NLS support ..."
echo "I hope you remembered to run scons msgupdate!"
LINGUAS=
- files=`find $BUILD_ROOT/gtk2_ardour/ -name "*.mo"`
+ files=`find ../../gtk2_ardour/ -name "*.mo"`
if [ -z "$files" ]; then
echo ""
- echo "!!!! WARNING !!!! - Did not find any .mo files in $BUILD_ROOT/gtk2_ardour"
+ echo "!!!! WARNING !!!! - Did not find any .mo files in ../../gtk2_ardour"
echo ""
fi