Skip to content

Commit

Permalink
lolcat: also install man page
Browse files Browse the repository at this point in the history
Closes Homebrew#37764.

Signed-off-by: FX Coudert <[email protected]>
  • Loading branch information
zgracem authored and fxcoudert committed Mar 10, 2019
1 parent 28b7bff commit 35d8394
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/lolcat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Lolcat < Formula
url "https://github.com/busyloop/lolcat.git",
:tag => "v99.9.21",
:revision => "58d5b5ba6d1d3f70aa72b140ee84034aaab91a9c"
revision 1

bottle do
cellar :any_skip_relocation
Expand All @@ -20,6 +21,7 @@ def install
system "gem", "install", "lolcat-#{version}.gem"
bin.install libexec/"bin/lolcat"
bin.env_script_all_files(libexec/"bin", :GEM_HOME => ENV["GEM_HOME"])
man6.install "man/lolcat.6"
end

test do
Expand Down

0 comments on commit 35d8394

Please sign in to comment.