diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index a6be9ea9b..23e71e058 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 |
