build: add private setting
authorMinkyu Kang <mk7.kang@samsung.com>
Tue, 22 Dec 2009 01:48:38 +0000 (10:48 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 22 Dec 2009 01:48:38 +0000 (10:48 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
build.sh

index cee2860..e716b41 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -61,4 +61,5 @@ elif [ "$USER" = "dofmind" ]; then
        mv -f system_uboot.tar /home/work
 elif [ "$USER" = "prom" ]; then
        tar cvf system_uboot.tar u-boot-onenand.bin
+       mv -f system_uboot.tar /home/share/Work/bin
 fi