diff options
Diffstat (limited to 'Library/Formula/mathomatic.rb')
| -rw-r--r-- | Library/Formula/mathomatic.rb | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/Library/Formula/mathomatic.rb b/Library/Formula/mathomatic.rb index 6e80a4e7b..cedafc54b 100644 --- a/Library/Formula/mathomatic.rb +++ b/Library/Formula/mathomatic.rb @@ -5,9 +5,8 @@ class Mathomatic <Formula    homepage 'http://www.mathomatic.org/'    md5 '24f8c4f80318215f2190daefc1f0e106' -    def install -    ENV['prefix'] = "#{prefix}" +    ENV['prefix'] = prefix      system "make READLINE=1"      system "make install"    end | 
