Emacs: do not strip emacs binary

Fixes Homebrew/homebrew#6608 (malformed object error)

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Colin Hebert 2011-07-26 18:55:23 +01:00 committed by Adam Vandenberg
parent f23697d109
commit f81908f9c7

View file

@ -5,6 +5,9 @@ class Emacs < Formula
md5 'a673c163b4714362b94ff6096e4d784a'
homepage 'http://www.gnu.org/software/emacs/'
# Stripping on Xcode 4 causes malformed object errors
skip_clean "bin/emacs"
if ARGV.include? "--use-git-head"
head 'git://repo.or.cz/emacs.git'
else