Index: /ipk/make-ipk
===================================================================
--- /ipk/make-ipk	(revision 10537)
+++ /ipk/make-ipk	(revision 10538)
@@ -238,5 +238,5 @@
 	FILEALL=`find "$HOMEDIR"/BUILD -name "*" -print`
 
-	if ( test -f "$HOMEDIR"/scripts/sh4-linux-strip ); then
+	if ( test -f ../flashimg/BUILDGIT/checkout_"$STM"/tdt/tufsbox/devkit/sh4/bin/sh4-linux-strip ); then
 		echo ""
 		echo "[make-ipk] Files strippen"
@@ -246,5 +246,5 @@
 			echo $FILE | grep ".ko" >/dev/null 2>&1
 			if [ $? -eq 0 ]; then param="--strip-unneeded --remove-section=.comment"; else param="-s --remove-section=.comment"; fi
-			"$HOMEDIR"/scripts/sh4-linux-strip $param $FILE > /dev/null 2>&1
+			../flashimg/BUILDGIT/checkout_"$STM"/tdt/tufsbox/devkit/sh4/bin/sh4-linux-strip $param $FILE > /dev/null 2>&1
 			if [ $? -eq 0 ]; then
 				echo "[make-ipk] Strippe: $FILE"
