summaryrefslogtreecommitdiff
path: root/homebrew/kettle/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/kettle/.make.sh-auto')
-rw-r--r--homebrew/kettle/.make.sh-auto9
1 files changed, 9 insertions, 0 deletions
diff --git a/homebrew/kettle/.make.sh-auto b/homebrew/kettle/.make.sh-auto
new file mode 100644
index 000000000..97a1a4e42
--- /dev/null
+++ b/homebrew/kettle/.make.sh-auto
@@ -0,0 +1,9 @@
+pkg:setup
+rm_rf Dir["*.{bat}"]
+libexec.install Dir["*"]
+(etc+"kettle").install libexec+"pwd/carte-config-master-8080.xml" => "carte-config.xml"
+(etc+"kettle/.kettle").install libexec+"pwd/kettle.pwd"
+(etc+"kettle/simple-jndi").mkpath
+(var+"log/kettle").mkpath
+%w[carte kitchen pan].each do |command|
+(bin+"pdi#{command}").write_env_script libexec+"#{command}.sh", :BASEDIR => libexec