From bcc0cf2ab53207b5b02f235cefd4590c7f4b7a28 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Thu, 28 Jul 2011 21:55:07 +0100 Subject: Emacs: Don't strip emacs binaries Add binaries generated when "--cocoa" isn't enabled. Signed-off-by: Charlie Sharpsteen --- Library/Formula/emacs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 770c8914a..947e53770 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -6,7 +6,7 @@ class Emacs < Formula homepage 'http://www.gnu.org/software/emacs/' # Stripping on Xcode 4 causes malformed object errors - skip_clean :all + skip_clean ["bin/emacs", "bin/emacs-23.3", "bin/emacs-24.0.50"] if ARGV.include? "--use-git-head" head 'git://repo.or.cz/emacs.git' -- cgit v1.2.3