diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index a6be9ea9bf..23e71e0585 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -91,6 +91,7 @@ class Formula def man1; man+'man1' end def info; prefix+'share'+'info' end def include; prefix+'include' end + def share; prefix+'share' end # reimplement if we don't autodetect the download strategy you require def download_strategy