https://bugs.winehq.org/show_bug.cgi?id=48995 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)gmail.com --- Comment #6 from Zebediah Figura <z.figura12(a)gmail.com> --- (In reply to moonshaadow from comment #4)
Hum I need some help to apply the patch. I thought the right way to do was : patchinstall.sh DESTDIR=path_to_wine-source --force-autoconf name_of_the_patch.patch , but it doesn't work : "ERROR: Wrong usage of -W commandline argument, expected patchname"
The Staging patchinstall.sh script is meant to apply Staging patches, and doesn't really work for general patch files. Better to just use "patch -p1 < filename.patch", while in the Wine source directory. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.