* [PATCH] only install *.rules. prevents install of original patch
@ 2007-09-10 7:56 Harald Hoyer
2007-09-11 15:16 ` Kay Sievers
0 siblings, 1 reply; 2+ messages in thread
From: Harald Hoyer @ 2007-09-10 7:56 UTC (permalink / raw)
To: linux-hotplug
---
Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 39ffc7d..92ca846 100644
--- a/Makefile
+++ b/Makefile
@@ -230,9 +230,9 @@ install-config:
@ if [ ! -r $(DESTDIR)$(configdir)/udev.conf ]; then \
$(INSTALL_DATA) etc/udev/udev.conf $(DESTDIR)$(configdir); \
fi
- @ for i in $(shell ls -1 etc/udev/rules.d); do \
- if [ ! -r $(DESTDIR)$(configdir)/rules.d/$$i ]; then \
- $(INSTALL_DATA) etc/udev/rules.d/$$i $(DESTDIR)$(configdir)/rules.d; \
+ @ for i in etc/udev/rules.d/*.rules; do \
+ if [ ! -r $(DESTDIR)$(configdir)/rules.d/$$(basename $$i) ]; then \
+ $(INSTALL_DATA) $$i $(DESTDIR)$(configdir)/rules.d; \
fi \
done
@ extras="$(EXTRAS)"; for target in $$extras; do \
--
1.5.2.4
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] only install *.rules. prevents install of original patch
2007-09-10 7:56 [PATCH] only install *.rules. prevents install of original patch Harald Hoyer
@ 2007-09-11 15:16 ` Kay Sievers
0 siblings, 0 replies; 2+ messages in thread
From: Kay Sievers @ 2007-09-11 15:16 UTC (permalink / raw)
To: linux-hotplug
On 9/10/07, Harald Hoyer <harald@redhat.com> wrote:
> ---
> Makefile | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
Applied.
Thanks,
Kay
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-11 15:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-10 7:56 [PATCH] only install *.rules. prevents install of original patch Harald Hoyer
2007-09-11 15:16 ` Kay Sievers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).