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