From 5c58e2353cb1b7f60cfae5835b012906fc66da85 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sun, 23 Jan 2011 13:16:16 -0200 Subject: [PATCH] Installs an udev rule for loading the IR keymaps Signed-off-by: Mauro Carvalho Chehab --- utils/keytable/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/keytable/Makefile b/utils/keytable/Makefile index 41f4050..ad26d4c 100644 --- a/utils/keytable/Makefile +++ b/utils/keytable/Makefile @@ -37,5 +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 include ../../Make.rules -- 2.7.4