diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index a2b736f02d..0ee5d06ea2 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -301,7 +301,7 @@ if test x$WITH_NLS != x ; then LINGUAS= for pkg in gtk2_ardour libs/ardour libs/gtkmm2ext libs/tk/ytk ; do - files=`find ../../$pkg -name "*.mo"` + files=`find ../../$pkg -name "*.mo" \! -path "*/appdata/*"` # # the package name is appended with a number so that diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 264fd9a13f..11d18eb9d3 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -268,7 +268,7 @@ if test x$WITH_NLS != x ; then LINGUAS= for pkg in gtk2_ardour libs/ardour libs/gtkmm2ext lib/tk/ytk ; do - files=`find ../../$pkg -name "*.mo"` + files=`find ../../$pkg -name \! -path "*/appdata/*" "*.mo"` # # the package name is appended with a number so that