aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorAdam Vandenberg2012-10-03 12:41:20 -0700
committerAdam Vandenberg2012-10-03 12:41:20 -0700
commitd88158b9fe80f479d4b499ba95c3e3e77c3cc585 (patch)
treef0e9a2c654ef483249cd18aa874b46ddfec59517 /Library/Homebrew/cmd
parent518fa7a7e3b7d0ab4801dc6e93f5457735fe52f6 (diff)
downloadbrew-d88158b9fe80f479d4b499ba95c3e3e77c3cc585.tar.bz2
doctor: fix iconv dylib name
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 7952d106a..0d5e3c2c4 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -515,7 +515,7 @@ def check_for_gettext
end
def check_for_iconv
- unless find_relative_paths("lib/iconv.dylib", "include/iconv.h").empty?
+ unless find_relative_paths("lib/libiconv.dylib", "include/iconv.h").empty?
if (f = Formula.factory("libiconv") rescue nil) and f.linked_keg.directory?
if not f.keg_only? then <<-EOS.undent
A libiconv formula is installed and linked