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:
parent
3f9b67a67a
commit
ea37d41805
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue