diff --git a/Formula/automake.rb b/Formula/automake.rb index 7ab3e736af..535efa6200 100644 --- a/Formula/automake.rb +++ b/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"