On Wed, 30 Oct 2002 00:12:54 +0100
Danny Tholen <[EMAIL PROTECTED]> wrote:

> On Tuesday 29 October 2002 19:19, Florent BERANGER wrote:
> > directory /mnt/cdrom; starting in windows directory.
> > /usr/bin/wine.bin: cannot find 'Setup.exe'
> > [cosmicflo@cosmic cosmicflo]$
> >
> >   Florent
> 
> eh..well...I think I made a mistake in the autoconfig script so it
> forgets to add /mnt/cdrom to the .wine/config. Nobody noticed it
> before 9.0 was released. I will fix it as soon as I have time to look
> at it again, unless Mark beats me to it:)

bah, completely forgot about this. Spent my time stealing isdn stuff
(kernel, capi, applets) from SuSE and RH to get some form of isdn dialer
applet running on mdk. BTW, looks really weird to have smpppd (SuSE meta
pppd) running on Mandrake, even though I changed "configure with yast2"
to "configure with drakconnect".

Anyway, I attached a quick fix for the cdrom problem.

Thierry?

- Mark

--- wine-config.pl.old  2002-10-30 00:30:24.000000000 +0100
+++ wine-config.pl      2002-09-30 23:00:14.000000000 +0200
@@ -162,7 +162,7 @@
          {
           push @fat, $_[1] if ( -d $_[1]);
          }
-       elsif ($_[0] =~ /\/mnt\/cdrom\d?/)
+       elsif ($_[1] =~ /\/mnt\/cdrom\d?/)
          {
           push @iso, [ $_[1], $1 ] if ($_[3] =~ /dev=([\w\/]+)/);
          }

Reply via email to