blinksmith / winezeug

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

install-wine-deps.sh does not support Linux Mint 9/10 #238

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run Linux Mint 9/10.
2. Download and run the install-wine-deps.sh script. I used the latest from 
SVN: http://winezeug.googlecode.com/svn/trunk/install-wine-deps.sh

3. BUG!

What is the expected output? What do you see instead?
Expected: apt-get installation output
Instead:
distro LinuxMint
10 not supported

What version of the product are you using? On what operating system?
SVN, Linux Mint 10

Please provide any additional information below.
This bug is actually very easily fixed - just change lines 249 and 250 and add 
a condition for Linux Mint! :)

A patch is provided - the patch may not be able to fix "special cases" (I saw 
some additional code for 64 bit systems), but it should at least enable some 
support for Linux Mint 9/10.

To patch, simply type:
patch -p1 < LinuxMintSupport.patch

Original issue reported on code.google.com by alberthr...@gmail.com on 27 Apr 2011 at 1:11

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in r2916, thanks.

Original comment by daniel.r...@gmail.com on 15 Nov 2011 at 4:02

GoogleCodeExporter commented 8 years ago
This isn't exactly fixed, I'm on Mint Debian and still getting this error. 

Original comment by den.ul...@gmail.com on 12 Aug 2013 at 1:16