tools/wineshelllink: Create links with WINEPREFIX.
diff --git a/tools/wineshelllink b/tools/wineshelllink
index ad11b8c..55a1942 100755
--- a/tools/wineshelllink
+++ b/tools/wineshelllink
@@ -87,7 +87,7 @@
     cat <<EOF
 [Desktop Entry]
 Name=$linkname
-Exec=wine "$path" $args
+Exec=env WINEPREFIX="${WINEPREFIX:-$HOME/.wine}" wine "$path" $args
 Type=Application
 EOF
     [ -z "$descr"   ] || echo "Comment=$descr"