aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cowsay.rb
diff options
context:
space:
mode:
authorÉtienne Barrié2010-06-02 16:48:58 +0200
committerAdam Vandenberg2010-06-02 08:16:44 -0700
commit543d2f570bd84cd6e188712db8f940f38885a6c2 (patch)
treee867fb4cf2d1c8da2ed89ae7c2c10035cc0f3f29 /Library/Formula/cowsay.rb
parent5b48cb011749f1f1b973425907edfa973c46cc2c (diff)
downloadhomebrew-543d2f570bd84cd6e188712db8f940f38885a6c2.tar.bz2
Fix man for cowsay/cowthink
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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