Re: [PATCHES] Misc. trivial fixes

2011-05-02 Thread Robby Workman
On Tue, 3 May 2011, Mauro Carvalho Chehab wrote: Em 02-05-2011 23:48, Robby Workman escreveu: On Mon, 2 May 2011, Mauro Carvalho Chehab wrote: Not sure what happened, but I lost the original email, so let me quote it from patchwork ID#699151. Subject: [PATCHES] Misc. trivial fixes Date

Re: [PATCHES] Misc. trivial fixes

2011-05-02 Thread Mauro Carvalho Chehab
Em 02-05-2011 23:48, Robby Workman escreveu: > On Mon, 2 May 2011, Mauro Carvalho Chehab wrote: > >> Not sure what happened, but I lost the original email, so let me quote >> it from patchwork ID#699151. >> >> >>> Subject: [PATCHES] Misc. trivial fixes &g

Re: [PATCHES] Misc. trivial fixes

2011-05-02 Thread Robby Workman
On Mon, 2 May 2011, Mauro Carvalho Chehab wrote: Not sure what happened, but I lost the original email, so let me quote it from patchwork ID#699151. Subject: [PATCHES] Misc. trivial fixes Date: Tue, 12 Apr 2011 02:10:36 - From: Robby Workman X-Patchwork-Id: 699151 Message-Id: To: linux

Re: [PATCHES] Misc. trivial fixes

2011-05-02 Thread Mauro Carvalho Chehab
hardcode /usr instead of keeping $(PREFIX)/share/man? >> >> >> Eek. I'd like to say that I sent the wrong patch, but alas, I >> simply had a thinko. See attached (better) patch :-) > > Looks good. Mauro, will you pick up this patch? Yes, when done. I have one comment

Re: [PATCHES] Misc. trivial fixes

2011-04-13 Thread Andreas Oberritter
On 04/12/2011 04:31 PM, Robby Workman wrote: > On Tue, 12 Apr 2011, Andreas Oberritter wrote: > >> On 04/12/2011 04:10 AM, Robby Workman wrote: >>> --- a/Make.rules >>> +++ b/Make.rules >>> @@ -11,6 +11,7 @@ PREFIX = /usr/local >>> LIBDIR = $(PREFIX)/lib >>> # subdir below LIBDIR in which to ins

Re: [PATCHES] Misc. trivial fixes

2011-04-12 Thread Robby Workman
On Tue, 12 Apr 2011, Andreas Oberritter wrote: On 04/12/2011 04:10 AM, Robby Workman wrote: --- a/Make.rules +++ b/Make.rules @@ -11,6 +11,7 @@ PREFIX = /usr/local LIBDIR = $(PREFIX)/lib # subdir below LIBDIR in which to install the libv4lx libc wrappers LIBSUBDIR = libv4l +MANDIR = /usr/sha

Re: [PATCHES] Misc. trivial fixes

2011-04-12 Thread Andreas Oberritter
On 04/12/2011 04:10 AM, Robby Workman wrote: > --- a/Make.rules > +++ b/Make.rules > @@ -11,6 +11,7 @@ PREFIX = /usr/local > LIBDIR = $(PREFIX)/lib > # subdir below LIBDIR in which to install the libv4lx libc wrappers > LIBSUBDIR = libv4l > +MANDIR = /usr/share/man Why did you hardcode /usr ins

[PATCHES] Misc. trivial fixes

2011-04-11 Thread Robby Workman
Patch #1 installs udev rules files to /lib/udev/rules.d/ instead of /etc/udev/rules.d/ - see commit message for more info. Patch #2 allows override of manpage installation directory by packagers - see commit message for more info -RWFrom d3356b0cf968c41b1d44fcc682a441129d0b Mon Sep 17 00:00:

Re: [PATCHES] Misc. trivial fixes

2011-04-11 Thread Robby Workman
On Mon, 11 Apr 2011, Robby Workman wrote: Patch #1 installs udev rules files to /lib/udev/rules.d/ instead of /etc/udev/rules.d/ - see commit message for more info. Patch #2 allows override of manpage installation directory by packagers - see commit message for more info EEEK! It just occur