mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
configure not found.
This commit is contained in:
parent
6e1bc93225
commit
80ae1aa934
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user