aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorcommitay2017-10-07 22:06:39 +1000
committercommitay2017-10-07 22:06:39 +1000
commita7cf6c1ff038a14b09d433e969c4e4a186d7b6f1 (patch)
treebb1de7e0d2a2d12818e22628bff03e0477fd7844 /Library
parent8f43d6b9f77b0ec50a0d891851bc844661e64fff (diff)
downloadbrew-a7cf6c1ff038a14b09d433e969c4e4a186d7b6f1.tar.bz2
Cask AbstractArtifact: fix install order
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb b/Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb
index 17a778f66..972a51a45 100644
--- a/Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb
+++ b/Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb
@@ -50,8 +50,8 @@ module Hbc
Vst3Plugin,
ScreenSaver,
],
- Binary,
Pkg,
+ Binary,
PostflightBlock,
Zap,
].each_with_index.flat_map { |classes, i| [*classes].map { |c| [c, i] } }.to_h