Skip to content
Snippets Groups Projects
Commit 53150367 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard
Browse files

Create ~/.wine if not present during wineinstall.

parent c0e4c40b
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment