diff options
| author | Caius Durling | 2010-12-04 13:43:27 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2010-12-04 17:19:43 +0000 | 
| commit | 5165d0bb6093f3e9b53ac05ec0c424442aa9d5ac (patch) | |
| tree | 33a06c74336f0ef13551187a2e96f2790e5fb64a /Library/Formula/aget.rb | |
| parent | bdd90e1ddaaca6c3d4b37bfd4fcf31c7e0787d23 (diff) | |
| download | homebrew-5165d0bb6093f3e9b53ac05ec0c424442aa9d5ac.tar.bz2 | |
Install the manpage for aget.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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  | 
