diff options
Diffstat (limited to 'Library/Formula/aget.rb')
| -rw-r--r-- | Library/Formula/aget.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/aget.rb b/Library/Formula/aget.rb index ae21aa5d9..32cde562e 100644 --- a/Library/Formula/aget.rb +++ b/Library/Formula/aget.rb @@ -13,6 +13,7 @@ class Aget <Formula      system "make"      # system "make strip"      bin.install "aget" +    man1.install "aget.1"    end  end  | 
