[PATCH 1/2] Install udev rules to /lib/udev/ instead of /etc/udev

2011-05-02 Thread Robby Workman
>From d9ad48f6d4e8358d7f5490bd49fcdfcac64b988d Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Mon, 11 Apr 2011 20:41:28 -0500 Subject: [PATCH 1/2] Install udev rules to /lib/udev/ instead of /etc/udev In moderately recent versions of udev, packages should install rules files to /lib/u

[PATCH 2/2] Allow override of manpage installation directory

2011-05-02 Thread Robby Workman
>From dc79c6a5e20d8e3ceaa3763e68761556de8e16a7 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 12 Apr 2011 09:26:57 -0500 Subject: [PATCH 2/2] Allow override of manpage installation directory This creates MANDIR in Make.rules and keeps the preexisting default of $(PREFIX)/share/man,

[PATCH 1/2] Install udev rules to /lib/udev/ instead of /etc/udev

2011-05-02 Thread Robby Workman
>From bb5b3e288b3f13ad586498ebd1cba7b2651649b1 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Mon, 2 May 2011 23:28:37 -0500 Subject: [PATCH 1/2] Install udev rules to /lib/udev/ instead of /etc/udev In moderately recent versions of udev (since 125 in 7/2008), packages should install ru

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

[PATCHES] Misc. trivial fixes

2011-04-11 Thread Robby Workman
:00 2001 From: Robby Workman Date: Mon, 11 Apr 2011 20:41:28 -0500 Subject: [PATCH 1/2] Install udev rules to /lib/udev/ instead of /etc/udev In moderately recent versions of udev, packages should install rules files to /lib/udev/rules.d/ instead of /etc/udev/rules.d/, as /etc/udev/rules.d/ is now

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