aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/emacs-clang-complete-async.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/emacs-clang-complete-async.rb')
-rw-r--r--Library/Formula/emacs-clang-complete-async.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/emacs-clang-complete-async.rb b/Library/Formula/emacs-clang-complete-async.rb
index 83ea6a774..bb95360e8 100644
--- a/Library/Formula/emacs-clang-complete-async.rb
+++ b/Library/Formula/emacs-clang-complete-async.rb
@@ -17,7 +17,7 @@ class EmacsClangCompleteAsync < Formula
def install
system "make"
bin.install "clang-complete"
- share.install "auto-complete-clang-async.el" if build.include? 'with-elisp'
+ share.install "auto-complete-clang-async.el" if build.with? "elisp"
end
end