commit 487a751e4d18aecd29cda6996207772252b834c5
parent 56df8d369314c27ca57db41a8ad6af97278e9e4f
Author: Jaromil <jaromil@dyne.org>
Date:   Mon, 18 Jun 2012 15:04:35 +0200
correct loading of zlibs when installing
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/jaro b/src/jaro
@@ -129,6 +129,9 @@ if [ -d $WORKDIR/zlibs ]; then
 	func "Loading zlib: ${z}"
 	. ${z}
     done
+    act "full set of auxiliary functions loaded"
+elif [ $1 = source ]; then
+    act "limited set of auxiliary functions loaded"
 else
     error "No ZLibs found in $WORKDIR/zlibs"
     error "This installation of Jaro Mail is broken."