This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: Be sure that udev directory exists Author: Mauro Carvalho Chehab <[email protected]> Date: Sun Jan 23 15:01:48 2011 -0200 This is needed when DISTDIR is used Signed-off-by: Mauro Carvalho Chehab <[email protected]> utils/keytable/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=5d226fdb24dffea38db6e57a904d2e7203cbaed4 diff --git a/utils/keytable/Makefile b/utils/keytable/Makefile index 9151121..8b12b63 100644 --- a/utils/keytable/Makefile +++ b/utils/keytable/Makefile @@ -37,6 +37,7 @@ install: $(TARGETS) install -m 644 rc_maps.cfg $(DESTDIR)/etc install -m 755 -d $(DESTDIR)/etc/rc_keymaps install -m 644 rc_keymaps/* $(DESTDIR)/etc/rc_keymaps + install -m 755 -d $(DESTDIR)/etc/udev/rules.d install -m 644 70-infrared.rules $(DESTDIR)/etc/udev/rules.d include ../../Make.rules _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
