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 ir-keytable manpage installation
Author:  Hans de Goede <[email protected]>
Date:    Tue Jan 25 12:40:19 2011 +0100

Install under $(PREFIX)/share/man/man1 rather then /man/man1, and
install the manpage not the binary :)

Signed-off-By: Hans de Goede <[email protected]>

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

---

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

diff --git a/utils/keytable/Makefile b/utils/keytable/Makefile
index aba74f8..aa020ef 100644
--- a/utils/keytable/Makefile
+++ b/utils/keytable/Makefile
@@ -39,7 +39,7 @@ install: $(TARGETS)
        install -m 644 -p rc_keymaps/* $(DESTDIR)/etc/rc_keymaps
        install -m 755 -d $(DESTDIR)/etc/udev/rules.d
        install -m 644 -p 70-infrared.rules $(DESTDIR)/etc/udev/rules.d
-       install -m 755 -d $(DESTDIR)/man/man1
-       install -m 644 -p ir-keytable $(DESTDIR)/man/man1
+       install -m 755 -d $(DESTDIR)$(PREFIX)/share/man/man1
+       install -m 644 -p ir-keytable.1 $(DESTDIR)$(PREFIX)/share/man/man1
 
 include ../../Make.rules

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

Reply via email to