Commit a03e66dc authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

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

Make sure the current dir is mapped in DOS.
parent 330179f9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment