build: Modify user setting
authorJoonyoung Shim <jy0922.shim@samsung.com>
Tue, 29 Dec 2009 08:55:19 +0000 (17:55 +0900)
committerJoonyoung Shim <jy0922.shim@samsung.com>
Tue, 29 Dec 2009 08:55:19 +0000 (17:55 +0900)
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
build.sh

index 57b66d3..2ba06c5 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -64,8 +64,9 @@ if [ "$USER" = "kmpark" ]; then
        ./system.sh
        popd
 elif [ "$USER" = "dofmind" ]; then
-       tar cvf system_uboot.tar u-boot-onenand.bin
-       mv -f system_uboot.tar /home/work
+       tar cvf system_uboot_evt0.tar u-boot-onenand.bin
+       tar cvf system_uboot_evt1.tar u-boot-onenand1.bin
+       mv -f system_uboot_*.tar /home/work
 elif [ "$USER" = "prom" ]; then
        tar cvf system_uboot_evt0.tar u-boot-onenand.bin
        tar cvf system_uboot_evt1.tar u-boot-onenand1.bin