chisel: Use opt_libexec instead of libexec in caveats

Closes Homebrew/homebrew#30890.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Shimpei Makimoto 2014-07-16 11:28:11 +09:00 committed by Jack Nagel
parent 3f9b67a67a
commit ea37d41805

View file

@ -12,7 +12,7 @@ class Chisel < Formula
def caveats; <<-EOS.undent
Add the following line to ~/.lldbinit to load chisel when Xcode launches:
command script import #{libexec}/fblldb.py
command script import #{opt_libexec}/fblldb.py
EOS
end