Log message: Only create the device symlinks the first time around.
<skipped />
- # Check if dosdevices exists and create it if necessary
- if [ ! -d ~/.wine/dosdevices ]
- then
- mkdir ~/.wine/dosdevices
- ln -s /mnt/fd0 ~/.wine/dosdevices/a:
- ln -s $CROOT ~/.wine/dosdevices/c:
Alexandre,
what about the case when ~/.wine/dosdevices exists but is empty?
PS eghm, should it be bad for wineinstall and winecfg to share common code for creating links in dosdevices/ ?