| commit | 9a3a144896e2acf6c40e8e90a17b3478622d8450 | [log] [tgz] |
|---|---|---|
| author | Lei Zhang <thestig@google.com> | Tue Feb 13 15:01:26 2007 -0800 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Feb 14 14:12:04 2007 +0100 |
| tree | a8cdf28c8c0cfa174070df1057b6d9733226e133 | |
| parent | f407e9a05d587216655360d3659f7ffcdbd95066 [diff] |
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"