couchdb-lucene: audit fixes

This commit is contained in:
Tomasz Pajor 2016-04-11 10:42:36 +02:00
parent b80a0bd830
commit 2aab242dba

View file

@ -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.