Installs an udev rule for loading the IR keymaps
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 23 Jan 2011 15:16:16 +0000 (13:16 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 23 Jan 2011 15:16:16 +0000 (13:16 -0200)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
utils/keytable/Makefile

index 41f4050..ad26d4c 100644 (file)
@@ -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