summaryrefslogtreecommitdiff
path: root/udev/udevd.c
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2012-01-05 19:13:41 +0100
committerKay Sievers <kay.sievers@vrfy.org>2012-01-05 19:13:41 +0100
commit1495719024cae87fd42167ec77691ebb64ba20d7 (patch)
tree2fe2069e9884e36a323957c68e1a8064447b1511 /udev/udevd.c
parent16ab1f22fc8aba4b526761df6246263d4df32343 (diff)
build-sys: use --libexecdir=/usr/lib instead of /usr/lib/udev
Diffstat (limited to 'udev/udevd.c')
-rw-r--r--udev/udevd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/udevd.c b/udev/udevd.c
index 6b561977dc..196e63fd0d 100644
--- a/udev/udevd.c
+++ b/udev/udevd.c
@@ -976,7 +976,7 @@ static void static_dev_create_from_devices(struct udev *udev, DIR *dir)
{
DIR *dir_from;
- dir_from = opendir(LIBEXECDIR "/devices");
+ dir_from = opendir(PKGLIBEXECDIR "/devices");
if (dir_from == NULL)
return;
copy_dev_dir(udev, dir_from, dir, 8);