update build scripts
authorDonghwa Lee <dh09.lee@samsung.com>
Tue, 21 Dec 2010 05:22:27 +0000 (14:22 +0900)
committerDonghwa Lee <dh09.lee@samsung.com>
Tue, 21 Dec 2010 05:22:27 +0000 (14:22 +0900)
Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
build.sh

index 13379f0..c81a3c0 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -156,8 +156,8 @@ elif [ "$USER" = "jaehoon" ]; then
        tar cvf system_uboot.tar u-boot.bin
        mv -f system_uboot* /home/jaehoon/shared/new/
 elif [ "$USER" = "leedonghwa" ]; then
-       tar cvf system_uboot.tar u-boot.bin
-       mv -f system_uboot* /home/leedonghwa/Build-Binaries/
+       tar cvf boot_system_uboot.tar u-boot.bin
+       mv -f boot_system_uboot* /home/leedonghwa/Build-Binaries
 elif [ "$USER" = "cwchoi00" ]; then
        tar cvf system_uboot.tar u-boot.bin
 elif [ "$USER" = "donggeun" ]; then