aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/spring-roo.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/spring-roo.rb b/Library/Formula/spring-roo.rb
index 0ac919bbd..9cf46c4c5 100644
--- a/Library/Formula/spring-roo.rb
+++ b/Library/Formula/spring-roo.rb
@@ -7,10 +7,7 @@ class SpringRoo <Formula
md5 '691247051da50df9b8dbd6b91ccd11a7'
def install
- inreplace 'bin/roo.sh', '$ROO_HOME/lib', '$ROO_HOME/java/lib'
-
rm_f Dir["bin/*.bat"]
- prefix.install %w[bin dist docs legal]
- (prefix+'java').install 'lib'
+ prefix.install %w[annotations bin bundle conf docs legal]
end
end