diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 134fbe2fd4..68cb0bf16c 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -86,7 +86,7 @@ class CurlDownloadStrategy '-qq'}, @dl chdir - when /^\037\213/, /^BZh/ # gzip/bz2 compressed + when /^\037\213/, /^BZh/, /^\037\235/ # gzip/bz2/compress compressed # TODO check if it's really a tar archive safe_system '/usr/bin/tar', 'xf', @dl chdir