diff options
| author | Adam Vandenberg | 2013-03-17 08:52:17 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-17 08:52:17 -0700 |
| commit | 42ff05d4270467d361584e187c0dac65f25a3cbf (patch) | |
| tree | cf6f22020ec33edb9d1904c81b16927b30409432 /Library/Formula | |
| parent | bae3676f7babf595aeae363b5f156401e12c96f9 (diff) | |
| download | homebrew-42ff05d4270467d361584e187c0dac65f25a3cbf.tar.bz2 | |
jboss-as: use opt-prefix in caveats
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jboss-as.rb | 20 |
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 |
