aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hotplug
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2010-07-23 19:23:49 +0100
committerOlaf Hering <olaf@aepfle.de>2010-07-23 19:23:49 +0100
commit8fc69686f5b6800181912b3e3dfb2559508d3f6b (patch)
tree39776bcd20cb545d05eee2d4573cedc4d0016d97 /tools/hotplug
parent812154672062f5b022570c3f9f0c861bb8d71cae (diff)
downloadxen-8fc69686f5b6800181912b3e3dfb2559508d3f6b.tar.gz
xen-8fc69686f5b6800181912b3e3dfb2559508d3f6b.tar.bz2
xen-8fc69686f5b6800181912b3e3dfb2559508d3f6b.zip
tools/hotplug: Install udev rules into rules.d
Install rules straight into /etc/udev/rules.d udev version 029 since mid 2004 uses this directory already. Signed-off-by: Olaf Hering <olaf@aepfle.de> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/hotplug')
-rw-r--r--tools/hotplug/Linux/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/hotplug/Linux/Makefile b/tools/hotplug/Linux/Makefile
index 1b7e8079b9..5815dcde7e 100644
--- a/tools/hotplug/Linux/Makefile
+++ b/tools/hotplug/Linux/Makefile
@@ -101,8 +101,7 @@ install-udev:
$(INSTALL_DIR) $(DESTDIR)$(UDEV_RULES_DIR)/rules.d
set -e; for i in $(UDEV_RULES); \
do \
- $(INSTALL_DATA) $$i $(DESTDIR)$(UDEV_RULES_DIR); \
- ln -sf ../$$i $(DESTDIR)$(UDEV_RULES_DIR)/rules.d; \
+ $(INSTALL_DATA) $$i $(DESTDIR)$(UDEV_RULES_DIR)/rules.d; \
done
.PHONY: clean