diff options
| author | David Höppner | 2010-03-06 11:47:32 +0100 |
|---|---|---|
| committer | David Höppner | 2010-03-06 11:47:32 +0100 |
| commit | b396495b6e05893b5a9665d81cf447f09a92f631 (patch) | |
| tree | 258337a205f3b1e96e928ac6d6f3c5a8bb528e9f /Library/Formula | |
| parent | 33f3b9e83761738b8b0cdb0e0f862567bd98f3af (diff) | |
| download | homebrew-b396495b6e05893b5a9665d81cf447f09a92f631.tar.bz2 | |
spring-roo: remove bat files before installing (pointed out by adam)
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/spring-roo.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/spring-roo.rb b/Library/Formula/spring-roo.rb index 420304af2..1a353a3cc 100644 --- a/Library/Formula/spring-roo.rb +++ b/Library/Formula/spring-roo.rb @@ -9,8 +9,8 @@ class SpringRoo <Formula def install inreplace 'bin/roo.sh', '$ROO_HOME/lib', '$ROO_HOME/java/lib' + FileUtils.rm_f Dir["bin/*.bat"] prefix.install %w[bin dist docs legal] (prefix+'java').install 'lib' - FileUtils.rm_f Dir["#{bin}/*.bat"] end end |
