diff options
Diffstat (limited to 'homebrew/apachezeppelin/.make.sh-auto')
-rw-r--r-- | homebrew/apachezeppelin/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/apachezeppelin/.make.sh-auto b/homebrew/apachezeppelin/.make.sh-auto new file mode 100644 index 000000000..1cdf09e35 --- /dev/null +++ b/homebrew/apachezeppelin/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +rm_f Dir["bin/*.cmd"] +libexec.install Dir["*"] +bin.write_exec_script Dir["#{libexec}/bin/*"] |