aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMartin Kühl2010-09-15 12:27:04 +0200
committerAdam Vandenberg2010-10-03 20:25:15 -0700
commitaef2527bcfdab7fdaae1291a8b9c47c77c5c7c2d (patch)
tree39559eda92c7daa401706a59c50291bb32fa63a2 /Library
parent781a52d4ef41b4e61307ca1e9232c72db6e10ec0 (diff)
downloadhomebrew-aef2527bcfdab7fdaae1291a8b9c47c77c5c7c2d.tar.bz2
Don't strip `ecl`, it doesn't start otherwise.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ecl.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/ecl.rb b/Library/Formula/ecl.rb
index cae7247b9..5688566ef 100644
--- a/Library/Formula/ecl.rb
+++ b/Library/Formula/ecl.rb
@@ -5,6 +5,10 @@ class Ecl <Formula
homepage 'http://ecls.sourceforge.net/'
md5 'be53f5e55a3f07c7cfb5fb5cd9a2a3f0'
+ # doesn't start otherwise
+ skip_clean 'bin'
+ skip_clean 'lib'
+
def install
ENV.deparallelize
system "./configure", "--prefix=#{prefix}", "--enable-unicode"