aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/automake.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/automake.rb b/Library/Formula/automake.rb
index ab0ab01c4..fcb70b0dd 100644
--- a/Library/Formula/automake.rb
+++ b/Library/Formula/automake.rb
@@ -16,7 +16,7 @@ class Automake < Formula
"--prefix=#{prefix}"
system "make install"
- (share/"aclocal-#{version}/dirlist").write <<-EOS.undent
+ (share/"aclocal/dirlist").write <<-EOS.undent
/usr/share/aclocal
#{HOMEBREW_PREFIX}/share/aclocal
EOS