We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186e815 commit 5dccf01Copy full SHA for 5dccf01
auto-multiple-choice.rb
@@ -502,8 +502,8 @@ def install
502
(bin/"auto-multiple-choice").write_env_script libexec/"bin/auto-multiple-choice",
503
PERL5LIB: ENV["PERL5LIB"],
504
# netpbm, poppler and imagemagick@6 must be in the PATH
505
- PATH: "#{libexec}/bin:#{Formula["qpdf"].bin}:#{Formula["netpbm"].bin}"\
506
- ":#{Formula["poppler"].bin}:#{Formula["imagemagick@6"].bin}"\
+ PATH: "#{libexec}/bin:#{Formula["qpdf"].bin}:#{Formula["netpbm"].bin}" \
+ ":#{Formula["poppler"].bin}:#{Formula["imagemagick@6"].bin}" \
507
":#{Formula["gobject-introspection"].bin}:$PATH",
508
AMCBASEDIR: prefix
509
0 commit comments