diff options
Diffstat (limited to 'Library/Formula/wtf.rb')
| -rw-r--r-- | Library/Formula/wtf.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/wtf.rb b/Library/Formula/wtf.rb index 841796c2a..4a62d675d 100644 --- a/Library/Formula/wtf.rb +++ b/Library/Formula/wtf.rb @@ -8,7 +8,7 @@ class Wtf <Formula    def install      inreplace %w[wtf wtf.6], "/usr/share", share      bin.install "wtf" -    (man+"man6").install "wtf.6" +    man6.install "wtf.6"      (share+"misc").install %w[acronyms acronyms.comp]    end  end | 
