|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Install hotplug script(s) unconditionally.
# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID cac138ea92841a1ea7bcfbcfb1a845f66878bdbe
# Parent 291e816acbf46071a69b5d1b12ac3b5c46eaa49b
Install hotplug script(s) unconditionally.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
diff -r 291e816acbf4 -r cac138ea9284 tools/examples/Makefile
--- a/tools/examples/Makefile Fri Sep 2 14:17:08 2005
+++ b/tools/examples/Makefile Fri Sep 2 14:20:12 2005
@@ -71,7 +71,7 @@
[ -d $(DESTDIR)$(XEN_HOTPLUG_DIR) ] || \
$(INSTALL_DIR) $(DESTDIR)$(XEN_HOTPLUG_DIR)
for i in $(XEN_HOTPLUG_SCRIPTS); \
- do [ -a $(DESTDIR)$(XEN_HOTPLUG_DIR)/$$i ] || \
+ do \
$(INSTALL_PROG) $$i $(DESTDIR)$(XEN_HOTPLUG_DIR); \
done
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Install hotplug script(s) unconditionally.,
Xen patchbot -unstable <=
|
|
|
|
|