aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-07-28 21:13:35 -0700
committerAdam Vandenberg2011-07-28 21:13:35 -0700
commitd514b4cfe3bbf973ec03801cb5be504c2f0c6411 (patch)
tree1b00bdad3411275a4e3ec85dd4f70217b7d44fd4 /Library
parenta8880b23b39c158bddcb8092ddbd759753910b50 (diff)
downloadhomebrew-d514b4cfe3bbf973ec03801cb5be504c2f0c6411.tar.bz2
emacs: also skip stripping this name
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/emacs.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index 33affb718..731f201b1 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -7,6 +7,7 @@ class Emacs < Formula
# Stripping on Xcode 4 causes malformed object errors
skip_clean "bin/emacs"
+ skip_clean "bin/emacs-23.3"
if ARGV.include? "--use-git-head"
head 'git://repo.or.cz/emacs.git'