wine/tools wineinstall

Saulius Krasuckas saulius2 at ar.fi.lt
Thu Apr 15 01:57:10 CDT 2004


> 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/ ?




More information about the wine-devel mailing list