diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/unshield.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/unshield.rb b/Library/Formula/unshield.rb index 430c1387f..423644f53 100644 --- a/Library/Formula/unshield.rb +++ b/Library/Formula/unshield.rb @@ -1,12 +1,13 @@ require 'formula' class Unshield < Formula - url 'http://downloads.sourceforge.net/project/synce/Unshield/0.6/unshield-0.6.tar.gz' homepage 'http://www.synce.org/oldwiki/index.php/Unshield' + url 'http://downloads.sourceforge.net/project/synce/Unshield/0.6/unshield-0.6.tar.gz' md5 '31a829192a255160d1f71cda4c865c9c' def install - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "./configure", "--disable-dependency-tracking", + "--prefix=#{prefix}" system "make install" end end |
