Package: winetricks
Version: 0.0+20121030+svn918-2
Severity: important
Tags: patch upstream
Forwarded: https://code.google.com/p/winetricks/issues/detail?id=194
Dear maintainers,
`winetricks` is unable to work with wine-unstable on amd64:
"wineserver not found!"
This problem can be fixed with attached patch.
Please consider including it.
Thanks.
Regards,
Dmitry Smirnov
GPG key : 4096R/53968D1B
---
Belief is the death of intelligence.
-- Robert Anton Wilson
Last-Update: 2013-06-22
Forwarded: not-needed
Origin: backported,trunk
Bug-Upstream: https://code.google.com/p/winetricks/issues/detail?id=194
Author: Dmitry Smirnov <[email protected]>
Description: fix "wineserver not found!" with wine-unstable on amd64
--- a/src/winetricks
+++ b/src/winetricks
@@ -3458,8 +3458,9 @@
"`which wineserver 2> /dev/null`" \
/usr/lib*/wine-unstable/wineserver \
/usr/lib*/wine/wineserver \
/usr/lib/*/wine-unstable/wineserver \
+ /usr/lib/*/wine-unstable/wine/wineserver \
/usr/lib/*/wine/wineserver \
"`dirname $WINE`/server/wineserver" \
file-not-found
do