diff options
Diffstat (limited to 'homebrew/h2/.make.sh-auto')
-rw-r--r-- | homebrew/h2/.make.sh-auto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/h2/.make.sh-auto b/homebrew/h2/.make.sh-auto new file mode 100644 index 000000000..ac92c8269 --- /dev/null +++ b/homebrew/h2/.make.sh-auto @@ -0,0 +1,8 @@ +pkg:setup +rm_f Dir["bin/*.bat"] +# +h2_script = File.read("bin/h2.sh").gsub("\r\n", "\n") +File.open("bin/h2.sh", "w") { |f| f.write h2_script } +chmod 0755, "bin/h2.sh" +libexec.install Dir["*"] +(bin+"h2").write script |