diff options
| author | Lasse Bang Mikkelsen | 2013-01-09 08:34:34 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-09 16:25:36 -0800 |
| commit | d169e0d64b20ad3c5e848225ec07239f34effc03 (patch) | |
| tree | 1a11fd6ea2098fa68fdbcaced39fb03aa947484a /Library/Formula | |
| parent | 0a856704a0c2674583e82169eb498d4845f36f0f (diff) | |
| download | homebrew-d169e0d64b20ad3c5e848225ec07239f34effc03.tar.bz2 | |
lcov: fix inreplace warnings
Closes #16963.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lcov.rb | 2 |
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" |
