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 4c5bf40 commit a4aa8ddCopy full SHA for a4aa8dd
Formula/kpcli.rb
@@ -100,7 +100,7 @@ def install
100
ENV.prepend_create_path "PERL5LIB", libexec/"lib/perl5"
101
ENV.prepend_path "PERL5LIB", libexec/"lib"
102
103
- res = resources.map(&:name).to_set - ["Clipboard", "Term::Readline::Gnu"]
+ res = resources.to_set(&:name) - ["Clipboard", "Term::Readline::Gnu"]
104
res.each do |r|
105
resource(r).stage do
106
system "perl", "Makefile.PL", "INSTALL_BASE=#{libexec}"
0 commit comments