From 926a4dd097686d1d0f403efb82faac7d50cdb704 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 3 Feb 2011 04:51:25 +0000 Subject: [PATCH] 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 --- tools/linux_packaging/build | 6 ++++-- 1 file 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