From a85147df984fd6d17ea028c02841bd0fe7d23979 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 23 Jul 2009 04:12:25 +0100 Subject: Fix ack formula --- Library/Homebrew/brewkit.rb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Library/Homebrew') diff --git a/Library/Homebrew/brewkit.rb b/Library/Homebrew/brewkit.rb index 6b611678b..a32f015d5 100644 --- a/Library/Homebrew/brewkit.rb +++ b/Library/Homebrew/brewkit.rb @@ -244,7 +244,6 @@ public end ensure FileUtils.rm_rf tmp if tmp - FileUtils.rm tgz if tgz and not self.cache? end end end @@ -292,9 +291,6 @@ public end protected - def cache? - true - end def uncompress path path.dirname end @@ -368,12 +364,8 @@ end # see ack.rb for an example usage class ScriptFileFormula