Skip to content
Snippets Groups Projects
Commit a4fcd708 authored by Brian Carrier's avatar Brian Carrier
Browse files

fix error message to make it more accurate

parent 0ff1f4de
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
<available file="./jni/.libs/libtsk_jni.dylib" property="tsk_dylib.present"/>
<available file="./jni/.libs/libtsk_jni.so" property="tsk_so.present"/>
<available file="./jni/.libs/libtsk_jni.a" property="present"/>
<fail unless="present" message="Run make install on The Sleuthkit."/>
<fail unless="present" message="JNI native library not built."/>
<!-- Default location to find zlib and libewf. Overwritten by properties in makefile -->
<property name="lib.z.path" value="/usr/lib"/>
<property name="lib.ewf.path" value="/usr/local/lib"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment