diff options
author | root <root@rshg054.dnsready.net> | 2013-09-19 02:14:35 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-19 02:14:35 -0700 |
commit | aa563cdeb6975b896ccf30d96943830c15becde0 (patch) | |
tree | d0638199c86e6331f0935043e76d0f7579a34a06 /core/systemd/initcpio-install-udev | |
parent | d21b8cdc0567fba4d6e74284363fedb98f2f7d07 (diff) |
Thu Sep 19 02:13:45 PDT 2013
Diffstat (limited to 'core/systemd/initcpio-install-udev')
-rw-r--r-- | core/systemd/initcpio-install-udev | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/systemd/initcpio-install-udev b/core/systemd/initcpio-install-udev index 15124b8f7..2f6f15d0b 100644 --- a/core/systemd/initcpio-install-udev +++ b/core/systemd/initcpio-install-udev @@ -4,7 +4,7 @@ build() { local rules tool add_file "/etc/udev/udev.conf" - add_binary /usr/lib/systemd/systemd-udevd /usr/bin/udevd + add_binary /usr/lib/systemd/systemd-udevd add_binary /usr/bin/udevadm for rules in 50-udev-default.rules 60-persistent-storage.rules 64-btrfs.rules 80-drivers.rules; do |