From 3dc86e0fa0129ebb357d03057c8a29f1b747484d Mon Sep 17 00:00:00 2001 From: Markus Groß Date: Thu, 25 Nov 2010 11:44:41 +0100 Subject: Updated stp to rev 1028 Signed-off-by: Adam Vandenberg --- Library/Formula/stp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3