diff --git a/Library/Homebrew/brewkit.rb b/Library/Homebrew/brewkit.rb index 6b611678b0..a32f015d5c 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