Re: [opensc-devel] windows installer: handle Fedora/Ubuntu proper mingw

2011-04-12 Thread Martin Paljak
On Apr 12, 2011, at 15:48 , Peter Stuge wrote: > jons...@terra.es wrote: >> A little patch to "installer_from_build.sh" script to use correct >> mingw prefix on win32 builds > > Tricky. I don't think "correct" is defined by what the distribution > happens to have packaged. :\ Well, the idea her

Re: [opensc-devel] windows installer: handle Fedora/Ubuntu proper mingw

2011-04-12 Thread Peter Stuge
jons...@terra.es wrote: > A little patch to "installer_from_build.sh" script to use correct > mingw prefix on win32 builds Tricky. I don't think "correct" is defined by what the distribution happens to have packaged. :\ //Peter ___ opensc-devel mailing

[opensc-devel] windows installer: handle Fedora/Ubuntu proper mingw

2011-04-12 Thread jons...@terra.es
A little patch to "installer_from_build.sh" script to use correct mingw prefix on win32 builds Requires "lsb-core" package Ubuntu- or "redhat_lsb" -redhat/fedora- - # use mingw to generate binaries +DistID=`lsb_release -is` +case $DistID in +Fedora ) p