[Wine] Re: Help "Patching Your Git Tree"

dimesio wineforum-user at winehq.org
Fri Feb 27 13:11:17 CST 2009


]{ings_Pwn wrote:
> Hi, I'm running 32-bit Kubuntu 8.04 and wanted to run a few games. I can run most games using wine, but Dawn of War has a text bug(http://bugs.winehq.org/show_bug.cgi?id=14174). I downloaded the patch and after messing with it for a while decided I need to install wine git(?).
> 
> Having installed git, I found this, http://wiki.winehq.org/Patching, but it doesn't work(or I don't). For one, the patch's extension is not diff, and no matter what extension I gave the file it would give me some error involving the letter "l". The farthest I got was using p0 instead of p1, but it asked me what files I wanted patching, which I don't know.
> 
> Any help would be appreciated, thanks. ]{ings_Pwn.


The error is because the command option is -p1, not -pl. (I made exactly the same mistake the first time I tried to patch Wine.) If -p0 is what works with the patch you have, that's fine. If you want a more detailed explanation of what -p does, man patch will tell you.

The name of the file it wants is the name of the patch you downloaded. It doesn't really matter whether you give it the extension patch or diff.







More information about the wine-users mailing list