Skip to content

Commit

Permalink
Merge pull request #3282 from commitay/abstract-artifact
Browse files Browse the repository at this point in the history
Cask AbstractArtifact: fix install order
  • Loading branch information
reitermarkus committed Oct 7, 2017
2 parents 8f43d6b + 4fde8f5 commit ee6a2c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ def <=>(other)
Vst3Plugin,
ScreenSaver,
],
Binary,
# `pkg` should be run before `binary`, so
# targets are created prior to linking.
Pkg,
Binary,
PostflightBlock,
Zap,
].each_with_index.flat_map { |classes, i| [*classes].map { |c| [c, i] } }.to_h
Expand Down

0 comments on commit ee6a2c4

Please sign in to comment.