aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorColin Hebert2011-07-28 21:55:07 +0100
committerCharlie Sharpsteen2011-09-13 12:04:12 -0700
commitbcc0cf2ab53207b5b02f235cefd4590c7f4b7a28 (patch)
tree893b57c02d6792054aa3c419a85d76ea9c0cae41 /Library/Formula
parentfcb470b40104074c5c8b01510ca891580c914b54 (diff)
downloadhomebrew-bcc0cf2ab53207b5b02f235cefd4590c7f4b7a28.tar.bz2
Emacs: Don't strip emacs binaries
Add binaries generated when "--cocoa" isn't enabled. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/emacs.rb2
1 files changed, 1 insertions, 1 deletions
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'