From 362c64855c623c5e059fff11da4d234cc69e50f8 Mon Sep 17 00:00:00 2001 From: Peter Lewis Date: Tue, 17 Nov 2020 09:12:32 +0000 Subject: [PATCH] unpack_strategy: Move `Dmg` to above `Xz` and `Lzma` --- Library/Homebrew/unpack_strategy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/unpack_strategy.rb b/Library/Homebrew/unpack_strategy.rb index c187be82861e7..1e0ece5101515 100644 --- a/Library/Homebrew/unpack_strategy.rb +++ b/Library/Homebrew/unpack_strategy.rb @@ -47,6 +47,7 @@ def self.strategies Tar, # Needs to be before Bzip2/Gzip/Xz/Lzma. Pax, Gzip, + Dmg, # Needs to be before Bzip2/Xz/Lzma. Lzma, Xz, Lzip, @@ -66,7 +67,6 @@ def self.strategies SelfExtractingExecutable, # Needs to be before `Cab`. Cab, Executable, - Dmg, # Needs to be before `Bzip2`. Bzip2, Fossil, Bazaar,