From 53150367b0de01c63b502f7e31fd8e56828f8b89 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Mon, 19 Jul 2004 19:36:44 +0000 Subject: [PATCH] Create ~/.wine if not present during wineinstall. --- tools/wineinstall | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/wineinstall b/tools/wineinstall index 9fed197d56c..97753f0c6e6 100755 --- a/tools/wineinstall +++ b/tools/wineinstall @@ -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: