mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix translation bundling, use BSD*find syntax
This commit is contained in:
parent
84e979fcc7
commit
125fd41f6e
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue