aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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'