From f895bee94ed8380970d627d6fcb2db49c38c5f48 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Tue, 26 Jul 2011 18:55:23 +0100 Subject: Emacs: do not strip emacs binary Fixes #6608 (malformed object error) Signed-off-by: Adam Vandenberg --- Library/Formula/emacs.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 9c1def7fa..33affb718 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -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 -- cgit v1.2.3