aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorColin Hebert2011-07-26 18:55:23 +0100
committerAdam Vandenberg2011-07-27 08:28:40 -0700
commitf895bee94ed8380970d627d6fcb2db49c38c5f48 (patch)
tree514784a52d19a3013f1c7d3129a082c25f391827 /Library
parent7ae00a4b0a1e54b8e655f3f44b3e4fe251983ce7 (diff)
downloadhomebrew-f895bee94ed8380970d627d6fcb2db49c38c5f48.tar.bz2
Emacs: do not strip emacs binary
Fixes #6608 (malformed object error) Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/emacs.rb3
1 files changed, 3 insertions, 0 deletions
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