From d514b4cfe3bbf973ec03801cb5be504c2f0c6411 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 28 Jul 2011 21:13:35 -0700 Subject: emacs: also skip stripping this name --- Library/Formula/emacs.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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' -- cgit v1.2.3