aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorcommitay2017-10-07 23:10:59 +1000
committercommitay2017-10-07 23:10:59 +1000
commit4fde8f56ce0515a359f817376cd18b5e62f1512b (patch)
tree78cb902742f6fb5178a333c315550e0af983afc6 /Library
parenta7cf6c1ff038a14b09d433e969c4e4a186d7b6f1 (diff)
downloadbrew-4fde8f56ce0515a359f817376cd18b5e62f1512b.tar.bz2
add pkg / binary comment
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb b/Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb
index 972a51a45..f9f736662 100644
--- a/Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb
+++ b/Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb
@@ -50,6 +50,8 @@ module Hbc
Vst3Plugin,
ScreenSaver,
],
+ # `pkg` should be run before `binary`, so
+ # targets are created prior to linking.
Pkg,
Binary,
PostflightBlock,