Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29220 - error in config file (wine-20030911-misc.tar.bz2)
Summary: error in config file (wine-20030911-misc.tar.bz2)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Sergey Kuleshov (RETIRED)
URL: http://www.winehq.com/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-20 14:34 UTC by Mattias
Modified: 2003-10-02 05:02 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mattias 2003-09-20 14:34:46 UTC
${HOME} should be replaced by %HOME%

*** config~     Fri Aug 15 14:25:57 2003
--- config      Sat Sep 20 16:53:52 2003
***************
*** 34,40 ****
  ;;"Device" = "/dev/fd0"

  [Drive C]
! "Path" = "${HOME}/.wine/fake_windows"
  "Type" = "hd"
  "Label" = "MS-DOS"
  "Filesystem" = "win95"
--- 34,40 ----
  ;;"Device" = "/dev/fd0"

  [Drive C]
! "Path" = "%HOME%/.wine/fake_windows"
  "Type" = "hd"
  "Label" = "MS-DOS"
  "Filesystem" = "win95"
***************
*** 58,64 ****
  "Filesystem" = "win95"

  [Drive H]
! "Path" = "${HOME}"
  "Type" = "network"
  "Label" = "Home"
  "Filesystem" = "win95"
--- 58,64 ----
  "Filesystem" = "win95"

  [Drive H]
! "Path" = "%HOME%"
  "Type" = "network"
  "Label" = "Home"
  "Filesystem" = "win95"
Comment 1 Sergey Kuleshov (RETIRED) gentoo-dev 2003-09-21 06:58:59 UTC
This alays worked for me. Any clue why this replacement is required?
Comment 2 Alex Veber (RETIRED) gentoo-dev 2003-09-21 11:33:05 UTC
The wine guys changes the syntex in this release, $HOME is now used by default, you don't 
need to add it to the path... 
Comment 3 Sergey Kuleshov (RETIRED) gentoo-dev 2003-09-28 04:30:42 UTC
I'll take care of it.
Comment 4 Sergey Kuleshov (RETIRED) gentoo-dev 2003-10-02 05:02:21 UTC
New -misc tarball is available with updated config file.