couchdb-lucene: audit fixes
This commit is contained in:
parent
b80a0bd830
commit
2aab242dba
1 changed files with 10 additions and 10 deletions
|
@ -53,6 +53,16 @@ class CouchdbLucene < Formula
|
|||
EOS
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
All commands have been installed with the prefix 'cl_'.
|
||||
|
||||
If you really need to use these commands with their normal names, you
|
||||
can add a "clbin" directory to your PATH from your bashrc like:
|
||||
|
||||
PATH="#{opt_libexec}/clbin:$PATH"
|
||||
EOS
|
||||
end
|
||||
|
||||
plist_options :manual => "#{HOMEBREW_PREFIX}/opt/couchdb-lucene/bin/cl_run"
|
||||
|
||||
def plist; <<-EOS.undent
|
||||
|
@ -85,16 +95,6 @@ class CouchdbLucene < Formula
|
|||
EOS
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
All commands have been installed with the prefix 'cl_'.
|
||||
|
||||
If you really need to use these commands with their normal names, you
|
||||
can add a "clbin" directory to your PATH from your bashrc like:
|
||||
|
||||
PATH="#{opt_libexec}/clbin:$PATH"
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
# This seems to be the easiest way to make the test play nicely in our
|
||||
# sandbox. If it works here, it'll work in the normal location though.
|
||||
|
|
Loading…
Reference in a new issue