Geobern / winezeug

Automatically exported from code.google.com/p/winezeug
0 stars 0 forks source link

Cent OS 6.3 support for install-wine-deps.sh #253

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. line 10, "lsb_release" command is not the right command to find distro name.
Use "cat /etc/*-release" and it will say "Cent OS release 6.3"
2. All the yum packages listed install except "iconutils"
3. I have wine development version 1.5.20 but there is no folder 
/usr/local/winedeps
I manually installed nettle and gnutls myself in /usr/local folder.

What is the expected output? What do you see instead?
All yum pakages installing. I see most of them installed except iconutils.
command not understanding what lsb_release is...

What version of the product are you using? On what operating system?
CentOS 6.3, wine 1.5.20

Please provide any additional information below.
Keep up the good work Austin English and please update the script.
Thanks

Original issue reported on code.google.com by soohyun2...@gmail.com on 7 Jan 2013 at 5:21