aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/lcov.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lcov.rb b/Library/Formula/lcov.rb
index d9c7dac77..13c39e6d9 100644
--- a/Library/Formula/lcov.rb
+++ b/Library/Formula/lcov.rb
@@ -6,7 +6,7 @@ class Lcov < Formula
sha1 '70fb361bcfd7dd81ea30731d6fe532ddea56f283'
def install
- %w(bin/gendesc bin/genhtml bin/geninfo bin/genpng bin/lcov).each do |file|
+ %w(bin/genhtml bin/geninfo bin/lcov).each do |file|
inreplace file, '/etc/lcovrc', "#{prefix}/etc/lcovrc"
end
system "make", "PREFIX=#{prefix}", "install"