Don't strip `ecl`, it doesn't start otherwise.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Martin Kühl 2010-09-15 12:27:04 +02:00 committed by Adam Vandenberg
parent fcecae9327
commit 77383e7ebb
1 changed files with 4 additions and 0 deletions

View File

@ -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"