Don't change to ttydrv to install registry, regedit doesn't use X.

Make sure the current dir is mapped in DOS.
This commit is contained in:
Vincent Béron 2003-04-22 04:03:08 +00:00 committed by Alexandre Julliard
parent 330179f956
commit a03e66dc39
1 changed files with 2 additions and 2 deletions

View File

@ -613,9 +613,9 @@ then {
fi
echo "Preparing to install default Wine registry entries..."
# edit config files so we don't have to run regedit under X
# Make sure we are on a Windows drive
mv $LCONF $LCONF.orig
sed "s/\"GraphicsDriver\" = .*/\"GraphicsDriver\" = \"ttydrv\"/" $LCONF.orig > $LCONF
sed "s/\"Path\" = \"\${HOME}\"$/\"Path\" = \"\${PWD}\"/" $LCONF.orig> $LCONF
echo "Installing default Wine registry entries..."
echo