Skip to content
Snippets Groups Projects
Commit 0625220b authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

fixes

parent 0d0c2ab8
Branches main
No related tags found
No related merge requests found
...@@ -80,12 +80,10 @@ class Autopsy < Formula ...@@ -80,12 +80,10 @@ class Autopsy < Formula
resource("sleuthkit").stage(sleuthkit_bin_path) resource("sleuthkit").stage(sleuthkit_bin_path)
cd sleuthkit_bin_path do cd sleuthkit_bin_path do
ENV.append_to_cflags "-DNDEBUG" ENV.append_to_cflags "-DNDEBUG"
system "./bootstrap"
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make" system "make"
system "make", "install" system "make", "install"
end end
ENV["TSK_HOME"]= sleuthkit_bin_path
# ----- RUN UNIX SETUP SCRIPT ----- # ----- RUN UNIX SETUP SCRIPT -----
autopsy_tmp_path = `find $(pwd) -maxdepth 1 -type d -name "autopsy-*.*.*"`.strip() autopsy_tmp_path = `find $(pwd) -maxdepth 1 -type d -name "autopsy-*.*.*"`.strip()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment