diff options
| author | Colin Hebert | 2011-07-28 21:55:07 +0100 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-13 12:04:12 -0700 |
| commit | bcc0cf2ab53207b5b02f235cefd4590c7f4b7a28 (patch) | |
| tree | 893b57c02d6792054aa3c419a85d76ea9c0cae41 /Library/Formula | |
| parent | fcb470b40104074c5c8b01510ca891580c914b54 (diff) | |
| download | homebrew-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.rb | 2 |
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' |
