On 2013/08/12 14:04, Chris Bennett wrote:
> +$OpenBSD$
> +--- t/10-typeset-document.t.orig Tue Jun 4 15:48:41 2013
> ++++ t/10-typeset-document.t Tue Jun 4 15:49:33 2013
> +@@ -74,7 +74,7 @@ foreach my $ext (qw(aux dvi log tex)) {
> +
> +
> + sub find_latex {
> +- foreach my $dir (qw{ /usr/bin /bin }) {
> ++ foreach my $dir (qw{ /usr/bin /bin /usr/local/bin }) {
This shouldn't use hardcoded /usr/local, instead use ${LOCALBASE} and
then run ${SUBST_CMD} on the file in a "pre-test:" target.
> + my $prog = "$dir/latex";
> + return $prog if -x $prog;
> + }
>
>
> OK?
>