diff options
| author | Theo | 2009-12-18 18:59:01 +0100 |
|---|---|---|
| committer | Theo | 2009-12-18 18:59:01 +0100 |
| commit | 6fcfbff75859e4f08d826a940ac81f9d06bc3409 (patch) | |
| tree | f2d66976546b1948fdb215c9f3ffc24dd02382ab /Library/Formula | |
| parent | e927c71603a9633e07ace37606fef6024a90b5ce (diff) | |
| download | homebrew-6fcfbff75859e4f08d826a940ac81f9d06bc3409.tar.bz2 | |
Fixed Scala formula: remove *.bat from bin
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/scala.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/scala.rb b/Library/Formula/scala.rb index 236fa6921..b0275b680 100644 --- a/Library/Formula/scala.rb +++ b/Library/Formula/scala.rb @@ -8,6 +8,7 @@ class Scala <Formula def install prefix.install Dir['*'] + FileUtils.rm_f Dir["#{bin}/*.bat"] FileUtils.mv prefix+'man', share end end |
