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