Skip to content

Commit

Permalink
Set TEXDIR explicitly for removing dependence on kpsewhich
Browse files Browse the repository at this point in the history
  • Loading branch information
titsuki committed May 1, 2021
1 parent 800d61a commit f8113d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Chart/Gnuplot/CustomBuilder.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Chart::Gnuplot::CustomBuilder:ver<0.0.19> is Distribution::Builder::MakeFr
my $extractor = Zef::Extract.new(:backends(@extract-backends));
my $extract-dir = $extractor.extract(Candidate.new(:uri($archive-file)), $*CWD);
chdir("gnuplot-5.2.6");
shell("./configure --prefix=$prefix");
shell("./configure --prefix=$prefix --with-latex --with-texdir={$prefix}/share/texmf/tex/latex/gnuplot");
shell("make");
shell("make install");
chdir($goback);
Expand Down

0 comments on commit f8113d8

Please sign in to comment.