From a4fcd7081659642589a46f7fb0f12f7c4bf4454b Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Tue, 22 Mar 2016 18:06:47 -0400
Subject: [PATCH] fix error message to make it more accurate

---
 bindings/java/build-unix.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/java/build-unix.xml b/bindings/java/build-unix.xml
index 836fba3f5..c3780d79a 100644
--- a/bindings/java/build-unix.xml
+++ b/bindings/java/build-unix.xml
@@ -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"/>
-- 
GitLab