From 32f796ad5c6babe57dfaef3037436acab1c8606b Mon Sep 17 00:00:00 2001 From: SecureCRT Date: Sat, 2 Jun 2012 16:34:51 +0800 Subject: [PATCH] compress boot and system dir only --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f2a73c40..67ca704e 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 . +zip -r tytung_HWA_kernel.`date +"%Y%m%d_%H_%M"`.zip boot system else echo "Kernel STUCK in BUILD! no zImage exist" fi