aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorLasse Bang Mikkelsen2013-01-09 08:34:34 +0100
committerAdam Vandenberg2013-01-09 16:25:36 -0800
commitd169e0d64b20ad3c5e848225ec07239f34effc03 (patch)
tree1a11fd6ea2098fa68fdbcaced39fb03aa947484a /Library
parent0a856704a0c2674583e82169eb498d4845f36f0f (diff)
downloadhomebrew-d169e0d64b20ad3c5e848225ec07239f34effc03.tar.bz2
lcov: fix inreplace warnings
Closes #16963. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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"