@b4n commented on this pull request.


> -    if test -z "$conf_dir" ; then
-        conf_dir="."
-    fi
-    ALL_LINGUAS=`cd "$conf_dir/po" 2>/dev/null && ls *.po 2>/dev/null | $AWK 
'BEGIN { FS="."; ORS=" " } { print $[1] }'`

Funnily enough, this looks entirely broken for me on my fresh-ish Debian 
Bookworm install: I'm not sure where `conf_dir` is supposed to come from, but 
it's nowhere to be found here, and thus just results in no linguas for 
out-of-tree builds.  Oopsie, right?  `s/conf_dir/srcdir/` works though, and 
that's a documented Autoconf variable, whereas I couldn't find references to 
`conf_dir` in anything current.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1434#pullrequestreview-2866788607
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/pull/1434/review/[email protected]>

Reply via email to