Commit 53150367 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

Create ~/.wine if not present during wineinstall.

parent c0e4c40b
......@@ -450,6 +450,7 @@ then {
if [ ! -d ~/.wine/dosdevices ]
then
[ -d ~/.wine ] || mkdir ~/.wine
mkdir ~/.wine/dosdevices
ln -s /mnt/fd0 ~/.wine/dosdevices/a:
ln -s $CROOT ~/.wine/dosdevices/c:
......
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