diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Homebrew/install.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/install.rb b/Library/Homebrew/install.rb index 3f643e407..8db43282d 100755 --- a/Library/Homebrew/install.rb +++ b/Library/Homebrew/install.rb @@ -152,8 +152,7 @@ def install f if (f.prefix+'man').exist? opoo 'A top-level "man" folder was found.' puts "Homebrew requires that man pages live under share." - puts 'This can often be fixed by passing "--mandir=#{man}" to configure,' - puts 'or by installing manually with "man1.install \'mymanpage.1\'".' + puts 'This can often be fixed by passing "--mandir=#{man}" to configure.' end # link from Cellar to Prefix |
