From 0625220b07b25da278d75aa7a0ec20143b80645b Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro <gregd@basistech.com> Date: Tue, 18 Oct 2022 21:16:08 -0400 Subject: [PATCH] fixes --- homebrew/autopsy.linux.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/homebrew/autopsy.linux.rb b/homebrew/autopsy.linux.rb index 824719bdee..e004e46b9c 100644 --- a/homebrew/autopsy.linux.rb +++ b/homebrew/autopsy.linux.rb @@ -80,12 +80,10 @@ class Autopsy < Formula resource("sleuthkit").stage(sleuthkit_bin_path) cd sleuthkit_bin_path do ENV.append_to_cflags "-DNDEBUG" - system "./bootstrap" system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make" system "make", "install" end - ENV["TSK_HOME"]= sleuthkit_bin_path # ----- RUN UNIX SETUP SCRIPT ----- autopsy_tmp_path = `find $(pwd) -maxdepth 1 -type d -name "autopsy-*.*.*"`.strip() -- GitLab