diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/stp.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/stp.rb b/Library/Formula/stp.rb index b4ae202ce..2099393b8 100644 --- a/Library/Formula/stp.rb +++ b/Library/Formula/stp.rb @@ -1,7 +1,7 @@ require 'formula' class Stp < Formula - head 'http://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp', :revision => '986' + head 'http://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp', :revision => '1028' homepage 'http://sites.google.com/site/stpfastprover/' def options @@ -15,7 +15,7 @@ class Stp < Formula end end - system "./clean-install.sh", "--with-prefix=#{prefix}" + system "./scripts/configure", "--with-prefix=#{prefix}" system "make install" end end |
