diff options
author | Michael Biebl <biebl@debian.org> | 2013-03-11 07:17:39 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2013-03-11 07:18:33 +0100 |
commit | f432bb914499e2c28b43f592bb273f0a8664f352 (patch) | |
tree | 055b0840d30817c7c2842f835c7ee3de6cff6028 /src/core | |
parent | 0876dc1c26b123c3f955e0a34da6ab0375786cea (diff) |
Move udevadm to rootbindir
The udevadm utility is needed during early boot, so move it to
rootbindir to support split-/usr configurations.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/macros.systemd.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/macros.systemd.in b/src/core/macros.systemd.in index 647cce6913..f77082c2db 100644 --- a/src/core/macros.systemd.in +++ b/src/core/macros.systemd.in @@ -61,11 +61,11 @@ fi \ %{nil} %udev_hwdb_update() \ -@bindir@/udevadm hwdb --update >/dev/null 2>&1 || : \ +@rootbindir@/udevadm hwdb --update >/dev/null 2>&1 || : \ %{nil} %udev_rules_update() \ -@bindir@/udevadm control --reload >/dev/null 2>&1 || : \ +@rootbindir@/udevadm control --reload >/dev/null 2>&1 || : \ %{nil} %journal_catalog_update() \ |