On Fri, Apr 28, 2006 at 01:20:10PM +0200, Mark Pustjens wrote: > Oh, i didn't know that. Well, learned another thing:) > > Here is the patch which only modifies the depmod call. > > diff -Naur linux-fusion-org/Makefile linux-fusion-new/Makefile > --- linux-fusion-org/Makefile 2006-04-28 13:13:25.000000000 +0200 > +++ linux-fusion-new/Makefile 2006-04-28 13:14:23.000000000 +0200 > @@ -36,7 +36,7 @@ > install -m 644 $(SUB)/fusion.ko > $(DESTDIR)$(KERNEL_MODLIB)/drivers/char/fusion > rm -f $(DESTDIR)$(KERNEL_MODLIB)/fusion.ko > endif > - depmod -ae > + /sbin/depmod -ae -b $(DESTDIR)/
Thanks. I had to modify the patch to check if $(DESTDIR) is set and only then use the -b option. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
