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: Fix it to install udev rules at $DESTDIR
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Sun Jan 23 14:51:15 2011 -0200

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 utils/keytable/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=81a1b27784fc5358f101cb6f44df568b27a70f95

diff --git a/utils/keytable/Makefile b/utils/keytable/Makefile
index ad26d4c..9151121 100644
--- a/utils/keytable/Makefile
+++ b/utils/keytable/Makefile
@@ -37,6 +37,6 @@ 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 644 70-infrared.rules /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

Reply via email to