Fix it to install udev rules at $DESTDIR
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 23 Jan 2011 16:51:15 +0000 (14:51 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 23 Jan 2011 16:51:15 +0000 (14:51 -0200)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
utils/keytable/Makefile

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