Scala - Move man pages to the correct path.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Martin Kuehl 2010-02-18 19:22:20 +01:00 committed by Adam Vandenberg
parent fdfec9a564
commit 4252092cfa

View file

@ -7,8 +7,8 @@ class Scala <Formula
@md5='5d2294d5aab72fec869c0ba666d28b7e'
def install
man1.install Dir['man/man1/*']
FileUtils.rm_f Dir["bin/*.bat"]
prefix.install Dir['*']
FileUtils.rm_f Dir["#{bin}/*.bat"]
FileUtils.mv prefix+'man', share
end
end