aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/the_silver_searcher.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/the_silver_searcher.rb b/Library/Formula/the_silver_searcher.rb
index 1f2df395c..2b4d15fbd 100644
--- a/Library/Formula/the_silver_searcher.rb
+++ b/Library/Formula/the_silver_searcher.rb
@@ -15,7 +15,7 @@ class TheSilverSearcher < Formula
def install
# Stable tarball does not include pre-generated configure script
- system "aclocal -I /usr/local/share/aclocal"
+ system "aclocal -I #{HOMEBREW_PREFIX}/share/aclocal"
system "autoconf"
system "autoheader"
system "automake --add-missing"