aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/automake.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/automake.rb b/Library/Formula/automake.rb
index 7ab3e736a..535efa620 100644
--- a/Library/Formula/automake.rb
+++ b/Library/Formula/automake.rb
@@ -14,6 +14,8 @@ class Automake < Formula
end
def install
+ ENV['PERL'] = '/usr/bin/perl'
+
system "./configure", "--prefix=#{prefix}"
system "make install"