diff options
Diffstat (limited to 'homebrew/autopsy/.make.sh-auto')
-rw-r--r-- | homebrew/autopsy/.make.sh-auto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/homebrew/autopsy/.make.sh-auto b/homebrew/autopsy/.make.sh-auto new file mode 100644 index 000000000..744f26214 --- /dev/null +++ b/homebrew/autopsy/.make.sh-auto @@ -0,0 +1,9 @@ +pkg:setup +(var+"lib/autopsy").mkpath +mv "lib", "libexec" +prefix.install %w[global.css help libexec pict] +prefix.install Dir["*.txt"] +(prefix+"conf.pl").write autcfg +inreplace "base/autopsy.base", "/tmp/autopsy", prefix +inreplace "base/autopsy.base", "lib/define.pl", "#{libexec}/define.pl" +bin.install "base/autopsy.base" => "autopsy" |