Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
vimpager: install manpage
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
simono authored and adamv committed Jul 1, 2011
1 parent 8f4985d commit 7e150e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Formula/vimpager.rb
Expand Up @@ -7,7 +7,10 @@ class Vimpager < Formula
head 'https://github.com/rkitover/vimpager', :using => :git

def install
inreplace "vimpager.1", "~/bin/", ""

bin.install 'vimpager'
man1.install 'vimpager.1'
end

def caveats; <<-EOS.undent
Expand Down

0 comments on commit 7e150e3

Please sign in to comment.