>
>Hello,
>On Mar 31, 2011, at 14:22 , [email protected] wrote:
>> Sorry: I forgot last notice:
>> My Fedora installation has default language set to "ES", so wine looks
>> for iscc.exe at
>>
>> ${HOME}/.wine/drive_c/Archivos de programa/Inno Setup 5/ISCC.exe
>> instead of
>> ${HOME}/.wine/drive_c/Program Files/Inno Setup 5/ISCC.exe
>>
>> So need some way to take care on i18n issues for wine
>If you find a very simple method (maybe "wine --print-programs-dir" or
>something) then it could be changed.
>But the de facto language for international open source is English.
Something like this could help:
....
# Build installer
programFiles=`grep ProgramFilesDir ${HOME}/.wine/system.reg | sed -e
's/^.*="\(.*\)"/\1/g'`
wine "$programFiles\Inno Setup 5\ISCC.exe" win32/OpenSc.iss
......
Juan Antonio
_______________________________________________
opensc-devel mailing list
[email protected]
http://www.opensc-project.org/mailman/listinfo/opensc-devel