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: Install config files to $(DESTDIR)
Author:  Gregor Jasny <[email protected]>
Date:    Tue Nov 2 16:11:33 2010 +0100

Signed-off-by: Gregor Jasny <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>

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

---

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

diff --git a/utils/keytable/Makefile b/utils/keytable/Makefile
index 95d8eb8..e770ca9 100644
--- a/utils/keytable/Makefile
+++ b/utils/keytable/Makefile
@@ -51,10 +51,10 @@ sync-with-kernel:
        @for i in `echo $(IR_FILES)`; do echo $$i;./gen_keytables.pl 
$(KERNEL_DIR)/$$i; done
 
 install: $(TARGETS)
-       mkdir -p $(DESTDIR)$(PREFIX)/bin
+       mkdir -p $(DESTDIR)$(PREFIX)/bin $(DESTDIR)/etc
        install -m 755 $(TARGETS) $(DESTDIR)$(PREFIX)/bin
-       install -m 644 rc_maps.cfg.example /etc
-       install -m 755 -d /etc/rc_keymaps
-       install -m 644 rc_keymaps/* /etc/rc_keymaps
+       install -m 644 rc_maps.cfg.example $(DESTDIR)/etc
+       install -m 755 -d $(DESTDIR)/etc/rc_keymaps
+       install -m 644 rc_keymaps/* $(DESTDIR)/etc/rc_keymaps
 
 include ../../Make.rules

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to