Fix translation bundling, use BSD*find syntax

This commit is contained in:
Robin Gareus 2025-02-24 16:48:44 +01:00 committed by Paul Davis
parent b6b4f21a79
commit 1781a2e508
2 changed files with 2 additions and 2 deletions

View file

@ -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" \! -path "*/appdata/*"`
files=`find ../../$pkg -not -path "*/appdata/*" -name "*.mo"`
#
# the package name is appended with a number so that

View file

@ -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 \! -path "*/appdata/*" "*.mo"`
files=`find ../../$pkg -not -path "*/appdata/*" -name "*.mo"`
#
# the package name is appended with a number so that