From cad19fbe99a8efb74b9497abb214d5dfcbc07d89 Mon Sep 17 00:00:00 2001 From: SecureCRT Date: Tue, 19 Jun 2012 01:38:16 +0800 Subject: [PATCH] change the build batch file --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 67ca704e..6886e590 100755 --- a/build.sh +++ b/build.sh @@ -24,7 +24,7 @@ find -iname *.ko | xargs -i -t cp {} . rm -rf $KERNELBASEDIR/system/lib/modules/lib stat $KERNELBASEDIR/boot/zImage cd ../../../ -zip -r tytung_HWA_kernel.`date +"%Y%m%d_%H_%M"`.zip boot system +zip -r tytung_HWA_kernel.`date +"%Y%m%d_%H_%M"`.zip boot system META-INF else echo "Kernel STUCK in BUILD! no zImage exist" fi