diff options
| author | Max Howell | 2009-12-21 18:29:13 +0000 |
|---|---|---|
| committer | Max Howell | 2009-12-21 18:39:01 +0000 |
| commit | 07cd2877b2ef0a3c06022289f1744c7214e07fef (patch) | |
| tree | e8b2d85a9eca57be27ef92f13e5382df6eecd1fc /Library/Formula/jython.rb | |
| parent | f3a314fd2b7b3e2c09d1b1f3a7e08fa1a67ce7a3 (diff) | |
| download | homebrew-07cd2877b2ef0a3c06022289f1744c7214e07fef.tar.bz2 | |
If the download is a .jar, don't unzip it
Also remove special casing for two existing jar formula.
Diffstat (limited to 'Library/Formula/jython.rb')
| -rw-r--r-- | Library/Formula/jython.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/jython.rb b/Library/Formula/jython.rb index 7e257a228..b554954aa 100644 --- a/Library/Formula/jython.rb +++ b/Library/Formula/jython.rb @@ -6,10 +6,6 @@ class Jython <Formula homepage 'http://www.jython.org' md5 '2ee978eff4306b23753b3fe9d7af5b37' - def download_strategy - NoUnzipCurlDownloadStrategy # Don't unzip jar. - end - def install system "java", "-jar", JAR, "-s", "-d", prefix end |
