aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-03-17 08:52:17 -0700
committerAdam Vandenberg2013-03-17 08:52:17 -0700
commit42ff05d4270467d361584e187c0dac65f25a3cbf (patch)
treecf6f22020ec33edb9d1904c81b16927b30409432 /Library/Formula
parentbae3676f7babf595aeae363b5f156401e12c96f9 (diff)
downloadhomebrew-42ff05d4270467d361584e187c0dac65f25a3cbf.tar.bz2
jboss-as: use opt-prefix in caveats
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/jboss-as.rb20
1 files changed, 10 insertions, 10 deletions
diff --git a/Library/Formula/jboss-as.rb b/Library/Formula/jboss-as.rb
index f4e272a1d..3abb8f76d 100644
--- a/Library/Formula/jboss-as.rb
+++ b/Library/Formula/jboss-as.rb
@@ -12,17 +12,17 @@ class JbossAs < Formula
end
def caveats; <<-EOS.undent
- The home of JBoss Application Server 7 is:
- #{prefix}/libexec
+ The home of JBoss Application Server 7 is:
+ #{opt_prefix}/libexec
- You may want to add the following to your .bash_profile:
- export JBOSS_HOME=#{prefix}/libexec
- export PATH=${PATH}:${JBOSS_HOME}/bin
+ You may want to add the following to your .bash_profile:
+ export JBOSS_HOME=#{opt_prefix}/libexec
+ export PATH=${PATH}:${JBOSS_HOME}/bin
- Note: The support scripts used by JBoss Application Server 7 have
- very generic names. These are likely to conflict with support scripts
- used by other Java-based server software. Hence they are *NOT* linked
- to bin.
- EOS
+ Note: The support scripts used by JBoss Application Server 7 have
+ very generic names. These are likely to conflict with support scripts
+ used by other Java-based server software. Hence they are *NOT* linked
+ to bin.
+ EOS
end
end