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: Makefiles: preserve timestamps when installing keympa files Author: Hans de Goede <[email protected]> Date: Mon Jan 24 11:50:44 2011 +0100 Signed-off-by: Hans de Goede <[email protected]> utils/keytable/Makefile | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=6dd1b17156fc64fe03c425d14ff3f1e9966108f9 diff --git a/utils/keytable/Makefile b/utils/keytable/Makefile index 8b12b63..846f469 100644 --- a/utils/keytable/Makefile +++ b/utils/keytable/Makefile @@ -34,10 +34,10 @@ sync-with-kernel: install: $(TARGETS) mkdir -p $(DESTDIR)$(PREFIX)/bin $(DESTDIR)/etc install -m 755 $(TARGETS) $(DESTDIR)$(PREFIX)/bin - install -m 644 rc_maps.cfg $(DESTDIR)/etc + install -m 644 -p 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 -p rc_keymaps/* $(DESTDIR)/etc/rc_keymaps install -m 755 -d $(DESTDIR)/etc/udev/rules.d - install -m 644 70-infrared.rules $(DESTDIR)/etc/udev/rules.d + install -m 644 -p 70-infrared.rules $(DESTDIR)/etc/udev/rules.d include ../../Make.rules _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
