aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Höppner2010-03-05 18:51:20 +0100
committerDavid Höppner2010-03-05 18:51:20 +0100
commit3ec29724f7a472ab67dcf38324d95fd4a6cca37b (patch)
treec85d0f4afd3c5561fab6a6783922bda7c0fb14f6 /Library/Formula
parentd9cbcea3782e937d40ceffe7262ab126bc8d85e4 (diff)
downloadhomebrew-3ec29724f7a472ab67dcf38324d95fd4a6cca37b.tar.bz2
spring-roo: dont link the java jars into lib
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/spring-roo.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/spring-roo.rb b/Library/Formula/spring-roo.rb
index 4b8c199db..420304af2 100644
--- a/Library/Formula/spring-roo.rb
+++ b/Library/Formula/spring-roo.rb
@@ -7,7 +7,10 @@ class SpringRoo <Formula
md5 '31d4444700311b14388a29139f4ea9bc'
def install
- prefix.install %w[bin dist docs legal lib]
+ inreplace 'bin/roo.sh', '$ROO_HOME/lib', '$ROO_HOME/java/lib'
+
+ prefix.install %w[bin dist docs legal]
+ (prefix+'java').install 'lib'
FileUtils.rm_f Dir["#{bin}/*.bat"]
end
end