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:
parent
330179f956
commit
a03e66dc39
|
@ -613,9 +613,9 @@ then {
|
||||||
fi
|
fi
|
||||||
echo "Preparing to install default Wine registry entries..."
|
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
|
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 "Installing default Wine registry entries..."
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in New Issue