From db011a0a53896e41886061e340165714a5dba97c Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Thu, 11 Sep 2008 14:40:43 +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=81=AB=E3=81=A4=E3=81=84=E3=81=A6?= =?UTF-8?q?=E4=B8=80=E9=83=A8=E4=BF=AE=E6=AD=A3=20=EF=BC=88=E7=A8=B2?= =?UTF-8?q?=E8=91=89=EF=BC=A0=E7=92=B0=E5=88=B6=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@2504 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/CustomSystemUpdater/work/aftercls.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/tests/CustomSystemUpdater/work/aftercls.sh b/build/tests/CustomSystemUpdater/work/aftercls.sh index b0f3b9d4..2ec65c6e 100755 --- a/build/tests/CustomSystemUpdater/work/aftercls.sh +++ b/build/tests/CustomSystemUpdater/work/aftercls.sh @@ -38,11 +38,11 @@ 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}" +shopdir="${AQUA}/TWL_debug/shop/rom/cls/${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 +/bin/cp -r $1/HNJ* ${nzvdir} \ No newline at end of file