aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cowsay.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/cowsay.rb')
-rw-r--r--Library/Formula/cowsay.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/cowsay.rb b/Library/Formula/cowsay.rb
index f18954159..59b87d24a 100644
--- a/Library/Formula/cowsay.rb
+++ b/Library/Formula/cowsay.rb
@@ -9,5 +9,6 @@ class Cowsay <Formula
def install
system "/bin/sh", "install.sh", prefix
+ FileUtils.mv prefix+'man', share
end
end