aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2012-10-21 13:05:16 -0700
committerAdam Vandenberg2012-10-21 13:24:04 -0700
commitf84ae13366391076e6e4a7a10726348aa3946698 (patch)
tree5b6f9a0c089e6cd1e1b17abc70b3d994daef8225
parent266ffc3b7e899a1197a3e237c90c94641114c159 (diff)
downloadhomebrew-f84ae13366391076e6e4a7a10726348aa3946698.tar.bz2
ecl: remove unused skip_clean
-rw-r--r--Library/Formula/ecl.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/ecl.rb b/Library/Formula/ecl.rb
index f8920f7f0..b754f824b 100644
--- a/Library/Formula/ecl.rb
+++ b/Library/Formula/ecl.rb
@@ -5,10 +5,6 @@ class Ecl < Formula
url 'http://sourceforge.net/projects/ecls/files/ecls/12.7/ecl-12.7.1.tar.gz'
sha1 'c5b81d0dc5fdd6c72af99dc883752bfee85028dc'
- # doesn't start otherwise
- skip_clean 'bin'
- skip_clean 'lib'
-
def install
ENV.deparallelize
system "./configure", "--prefix=#{prefix}", "--enable-unicode"