diff options
Diffstat (limited to 'homebrew/blackbox/.make.sh-auto')
-rw-r--r-- | homebrew/blackbox/.make.sh-auto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/homebrew/blackbox/.make.sh-auto b/homebrew/blackbox/.make.sh-auto new file mode 100644 index 000000000..21acff705 --- /dev/null +++ b/homebrew/blackbox/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +libexec.install Dir["bin/*"] +bin.write_exec_script Dir[libexec/"*"].select { |f| File.executable? f } |