diff --git a/homebrew/autopsy.linux.rb b/homebrew/autopsy.linux.rb
index 824719bdee928817e5d1e26fc37ba431e23b58b0..e004e46b9c0f373339018cb2301f21c5cc7668cf 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()