From: Brian S. <xue...@us...> - 2008-04-26 13:35:09
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16440 Modified Files: Tag: b0_22_2 getparser.nsh Log Message: There's no need to install Text::Kakasi's packing list! Index: getparser.nsh =================================================================== RCS file: /cvsroot/popfile/windows/Attic/getparser.nsh,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -C2 -d -r1.1.2.6 -r1.1.2.7 *** getparser.nsh 2 Apr 2008 20:19:42 -0000 1.1.2.6 --- getparser.nsh 26 Apr 2008 13:35:13 -0000 1.1.2.7 *************** *** 232,236 **** SetOutPath "$G_MPLIBDIR\auto\Text\Kakasi" ! File "${C_PERL_DIR}\site\lib\auto\Text\Kakasi\*" !endif --- 232,236 ---- SetOutPath "$G_MPLIBDIR\auto\Text\Kakasi" ! File /x .packlist "${C_PERL_DIR}\site\lib\auto\Text\Kakasi\*" !endif |