configure not found.

This commit is contained in:
Eammon 2019-11-05 17:41:45 -05:00
parent 6e1bc93225
commit 80ae1aa934

View File

@ -3,7 +3,7 @@
set -e
echo "Building TSK..."
cd sleuthkit/sleuthkit
./bootstrap && configure --prefix=/usr && make
./bootstrap && ./configure --prefix=/usr && make
pushd bindings/java && ant -q dist-PostgreSQL && popd
echo "Building Autopsy..." && echo -en 'travis_fold:start:script.build\\r'