Create ~/.wine if not present during wineinstall.

This commit is contained in:
Paul Vriens 2004-07-19 19:36:44 +00:00 committed by Alexandre Julliard
parent c0e4c40bbb
commit 53150367b0

View file

@ -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: