diff options
| author | Colin Hebert | 2011-07-26 18:55:23 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2011-07-27 08:28:40 -0700 |
| commit | f895bee94ed8380970d627d6fcb2db49c38c5f48 (patch) | |
| tree | 514784a52d19a3013f1c7d3129a082c25f391827 /Library | |
| parent | 7ae00a4b0a1e54b8e655f3f44b3e4fe251983ce7 (diff) | |
| download | homebrew-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.rb | 3 |
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 |
