From: Thomas Horsten Date: Fri, 10 Jul 2009 10:29:51 +0000 (+0100) Subject: Create directory for ifplugd action script X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=410fef72f77bba7b185b4b2b17734d57d34ca7ec;p=xenclient%2Ftoolstack.git Create directory for ifplugd action script --- diff --git a/Makefile b/Makefile index e54e6ab..ab95e68 100644 --- 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