From accb8a03ca61d413374c16cd4de44231f86ec324 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Tue, 9 Sep 2008 16:06:29 +0000 Subject: [PATCH] =?UTF-8?q?Shop/NZV=20=E3=81=B8=E3=81=AE=20CLS=20ROM=20?= =?UTF-8?q?=E3=82=B3=E3=83=94=E3=83=BC=E3=82=92=E8=87=AA=E5=8B=95=E5=8C=96?= =?UTF-8?q?=20=EF=BC=88=E7=A8=B2=E8=91=89=EF=BC=A0=E7=92=B0=E5=88=B6?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2462 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/CustomSystemUpdater/work/aftercls.sh | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/build/tests/CustomSystemUpdater/work/aftercls.sh b/build/tests/CustomSystemUpdater/work/aftercls.sh index 0555e569..b0f3b9d4 100755 --- a/build/tests/CustomSystemUpdater/work/aftercls.sh +++ b/build/tests/CustomSystemUpdater/work/aftercls.sh @@ -17,10 +17,9 @@ # $Author$ #---------------------------------------------------------------------------- -AQUA=//10.116.1.5/ -CLSED_PATH=${AQUA}/TWL_debug/sysmenu/rom/debug_rom/CLS_processed -DAILY_CLSED_DIR=`date +'%Y%m%d'`_cls_test - +AQUA='//10.116.1.5' +CLSED_PATH="${AQUA}/TWL_debug/sysmenu/rom/debug_rom/CLS_processed" +DAILY_CLSED_DIR=`date +'%Y%m%d'`_cls if [ $# -lt 1 ]; then @@ -38,3 +37,12 @@ echo "toaqua.rb" echo "Copying to Aqua" cp -r $1_foraqua ${CLSED_PATH}/${DAILY_CLSED_DIR} +# Shop ROM のコピー +shopdir="${AQUA}/TWL_debug/shop/rom/tad/${DAILY_CLSED_DIR}" +/bin/mkdir ${shopdir} +/bin/cp $1_foraqua/verup/tad/shop* ${shopdir} + +# NZV ROM のコピー +nzvdir="${AQUA}/TWL_debug/nintendo_spot/rom/clsprocessed/"`date +'%Y%m%d'` +/bin/mkdir ${nzvdir} +/bin/cp -r $1/verup/tad/HNJ* ${nzvdir} \ No newline at end of file