Create ~/.wine if not present during wineinstall.
This commit is contained in:
parent
c0e4c40bbb
commit
53150367b0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue