From 601ce41b26924dabd09f71f82321d5b9e335948d Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Mon, 8 Sep 2008 12:46:05 +0000 Subject: [PATCH] =?UTF-8?q?(=E4=BD=90=E3=80=85=E6=9C=A8@PSEG1)make?= =?UTF-8?q?=E6=99=82=E3=81=ABFont=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E3=82=92=E5=BC=B7=E5=88=B6=E7=9A=84=E3=81=ABTWLFontTable.dat?= =?UTF-8?q?=E3=81=AB=E3=83=AA=E3=83=8D=E3=83=BC=E3=83=A0=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E5=A4=89=E6=9B=B4?= 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@2442 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/CustomSystemUpdater/sumaker.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/tests/CustomSystemUpdater/sumaker.rb b/build/tests/CustomSystemUpdater/sumaker.rb index 6da8b97f..8d630ebf 100755 --- a/build/tests/CustomSystemUpdater/sumaker.rb +++ b/build/tests/CustomSystemUpdater/sumaker.rb @@ -189,6 +189,10 @@ when "custom" then tads = pickup_files(config[:DataPath], "/*.tad") nand = pickup_files(config[:DataPath], "/*.nand") font = pickup_files(config[:DataPath], "/*.dat") +# フォントファイル名変更 + system("mv #{font} #{File.join(config[:DataPath], "TWLFontTable")}.dat") + font = pickup_files(config[:DataPath], "/*.dat") + if nand.size > 0 config[:NandFirm] = nand[0].slice(FILE_MATCH) end