aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/scummvm.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2009-09-21 12:54:53 -0700
committerAdam Vandenberg2009-09-21 13:06:21 -0700
commitd0999480fdbc7b05f28f93cffa11118df130b841 (patch)
treee68d87cf443b758785cc268f9a26148d3d77d50d /Library/Formula/scummvm.rb
parentd295ad15550f4b203d3d652710197403dfd88c53 (diff)
downloadhomebrew-d0999480fdbc7b05f28f93cffa11118df130b841.tar.bz2
Don\'t delete the ScummVM default theme.
Diffstat (limited to 'Library/Formula/scummvm.rb')
-rw-r--r--Library/Formula/scummvm.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/scummvm.rb b/Library/Formula/scummvm.rb
index 083e1c4b6..c9ac10a3a 100644
--- a/Library/Formula/scummvm.rb
+++ b/Library/Formula/scummvm.rb
@@ -22,7 +22,6 @@ prefer to use theirs. If so type `brew home scummvm' to visit their site.
system "./configure --prefix='#{prefix}' --disable-debug"
system "make install"
share=prefix+'share'
- (share+'scummvm'+'scummmodern.zip').unlink
(share+'pixmaps').rmtree
end
end