Re: [linux-dvb] [PATCH] v4l-dvb: add $DESTDIR support

2007-03-09 Thread Ludwig Nussel
Trent Piepho wrote: On Thu, 8 Mar 2007, Ludwig Nussel wrote: Trent Piepho wrote: Following patch adds $DESTDIR support so one can install the kernel modules into a directory other than / as non-root user. That's useful when building an rpm or compiling for a different machine.

Re: [linux-dvb] [PATCH] v4l-dvb: add $DESTDIR support

2007-03-09 Thread Trent Piepho
On Fri, 9 Mar 2007, Ludwig Nussel wrote: This doesn't seem correct. Shouldn't it be: print OUT \t/sbin/depmod -a \$(KERNELRELEASE) \$(if \$(DESTDIR),-b \$(DESTDIR))\n\n; One needs to run depmod when the modules get installed to their final location. $DESTDIR is

Re: [linux-dvb] [PATCH] v4l-dvb: add $DESTDIR support

2007-03-08 Thread Ludwig Nussel
Trent Piepho wrote: Following patch adds $DESTDIR support so one can install the kernel modules into a directory other than / as non-root user. That's useful when building an rpm or compiling for a different machine. Signed-off-by: Ludwig Nussel [EMAIL PROTECTED] diff -r 44676649301d

Re: [linux-dvb] [PATCH] v4l-dvb: add $DESTDIR support

2007-03-08 Thread Trent Piepho
On Thu, 8 Mar 2007, Ludwig Nussel wrote: Trent Piepho wrote: Following patch adds $DESTDIR support so one can install the kernel modules into a directory other than / as non-root user. That's useful when building an rpm or compiling for a different machine. -print OUT \t/sbin/depmod

Re: [linux-dvb] [PATCH] v4l-dvb: add $DESTDIR support

2007-03-07 Thread Trent Piepho
Following patch adds $DESTDIR support so one can install the kernel modules into a directory other than / as non-root user. That's useful when building an rpm or compiling for a different machine. Signed-off-by: Ludwig Nussel [EMAIL PROTECTED] diff -r 44676649301d