diff options
| author | Adam Vandenberg | 2012-10-03 12:41:20 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-03 12:41:20 -0700 |
| commit | e1fb23b964bde191fae188612d02bbc861b7c877 (patch) | |
| tree | e69aa8725f82f99c79952b2b9586d72190e068c4 /Library | |
| parent | e0c4ffd12f04619a2cfe84b9a0f6b39323e9fd27 (diff) | |
| download | homebrew-e1fb23b964bde191fae188612d02bbc861b7c877.tar.bz2 | |
doctor: fix iconv dylib name
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 2 |
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 |
