Index: memchan/build.sh
==================================================================
--- memchan/build.sh
+++ memchan/build.sh
@@ -46,8 +46,10 @@
 	../configure --enable-shared --prefix="${INSTDIR}" --exec-prefix="${INSTDIR}" --with-tcl="${TCLCONFIGDIR}" ${CONFIGUREEXTRA}
 
 	"${MAKE:-make}" || exit 1
 
 	"${MAKE:-make}" install
+
+	exit 0
 ) || exit 1
 
 exit 0