]> xenbits.xensource.com Git - xenclient/toolstack.git/commitdiff
Create directory for ifplugd action script
authorThomas Horsten <thomas.horsten@citrix.com>
Fri, 10 Jul 2009 10:29:51 +0000 (11:29 +0100)
committerThomas Horsten <thomas.horsten@citrix.com>
Fri, 10 Jul 2009 10:29:51 +0000 (11:29 +0100)
Makefile

index e54e6ab7fd5f029d3a052d52d9358874e02d3ba1..ab95e686c6e5cc9b09007f59e8e3fe71105df740 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,8 @@ install-programs: all
 install-scripts:
        $(INSTALL) -d $(DESTDIR)/etc/xensource/.
        $(INSTALL) xenstored/xenstored.conf $(DESTDIR)/etc/xensource/.
-       $(INSTALL) -d $(DESTDIR)/etc/udev/rules.d $(DESTDIR)/etc/xen/scripts
+       $(INSTALL) -d $(DESTDIR)/etc/udev/rules.d $(DESTDIR)/etc/xen/scripts \
+               $(DESTDIR)/etc/ifplugd
        $(INSTALL) scripts/*.rules $(DESTDIR)/etc/udev/rules.d/.
        $(INSTALL) $(addprefix scripts/,$(HOTPLUG_SCRIPTS)) \
                $(DESTDIR)/etc/xen/scripts