From f81908f9c770a197680a93a00c5cd5fd05fb14b6 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Tue, 26 Jul 2011 18:55:23 +0100 Subject: [PATCH] Emacs: do not strip emacs binary Fixes Homebrew/homebrew#6608 (malformed object error) Signed-off-by: Adam Vandenberg --- Formula/emacs.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/emacs.rb b/Formula/emacs.rb index 9c1def7fa8..33affb7184 100644 --- a/Formula/emacs.rb +++ b/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