aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-25 20:30:44 -0700
committerAdam Vandenberg2012-09-25 20:30:44 -0700
commitab87a76d3a0151f32cb8fcc8f9d7c7c5c2b63e8b (patch)
tree1f49fb7ef82f1fc0f85ea191a93ea5d2213f2f41 /Library/Formula
parente8eed1c0e115f61f5ee97709566ff94627f05442 (diff)
downloadhomebrew-ab87a76d3a0151f32cb8fcc8f9d7c7c5c2b63e8b.tar.bz2
vice: installer does the right thing with icons now
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vice.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/Library/Formula/vice.rb b/Library/Formula/vice.rb
index 760c0c621..66694623b 100644
--- a/Library/Formula/vice.rb
+++ b/Library/Formula/vice.rb
@@ -11,16 +11,6 @@ class Vice < Formula
depends_on 'giflib' => :optional
depends_on 'lame' => :optional
- def remove_unused_icons
- Pathname.glob libexec+'*.app' do |d|
- appname = File.basename(d, '.app')
-
- Pathname.glob d+'Contents/Resources/x*.icns' do |g|
- File.unlink g if File.basename(g, '.icns') != appname
- end
- end
- end
-
fails_with :llvm do
build 2335
end
@@ -37,7 +27,6 @@ class Vice < Formula
system "make"
system "make bindist"
prefix.install Dir['vice-macosx-*/*']
- remove_unused_icons
end
def caveats