Vitaly Lipatov wrote:
В сообщении от 4 июля 2008 Dan Kegel написал(a):
Another week, another winetricks.
Please check attached patch with fixes agains 20080704 version of winetricks.
Changes:
- introduce WINDIR variable with Unix path to windows dir (and use it
instead "$WINEPREFIX"/drive_c/windows)
- wrap kdialog/xmessage using with variable to disable extra requires during
creating a rpm package
- add missed quites and remove extra spaces
Online as always at http://kegel.com/wine/winetricks or http://winezeug.googlecode.com
Guessing windir is a bad thing. You should use this instead: WINDIR=$(wine winepath -u "$(wine cmd /c echo %windir%)")
Same applies to other system directories like "Program Files".
Vitaliy.