Shorten 'bad man path' message.

This commit is contained in:
Adam Vandenberg 2010-07-20 20:52:01 -07:00
parent 5c3a96ae68
commit 37ea70ed5e

View File

@ -152,8 +152,7 @@ def install f
if (f.prefix+'man').exist? if (f.prefix+'man').exist?
opoo 'A top-level "man" folder was found.' opoo 'A top-level "man" folder was found.'
puts "Homebrew requires that man pages live under share." puts "Homebrew requires that man pages live under share."
puts 'This can often be fixed by passing "--mandir=#{man}" to configure,' puts 'This can often be fixed by passing "--mandir=#{man}" to configure.'
puts 'or by installing manually with "man1.install \'mymanpage.1\'".'
end end
# link from Cellar to Prefix # link from Cellar to Prefix