mirror of https://github.com/MidnightCommander/mc
find without path may be a GNU extension, avoid it.
This commit is contained in:
parent
55095507d2
commit
0f02dfc327
|
@ -68,7 +68,7 @@ fi
|
|||
|
||||
# Generate po/POTFILES.in
|
||||
$XGETTEXT --keyword=_ --keyword=N_ --output=- --stringtable-output \
|
||||
`find -name '*.[ch]'` | \
|
||||
`find . -name '*.[ch]'` | \
|
||||
sed -ne 's/^\/\* File: \([^:]*\):.*$/\1/p' | sort | \
|
||||
uniq | grep -v 'regex.c' >po/POTFILES.in
|
||||
|
||||
|
|
Loading…
Reference in New Issue