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
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
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