X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev%2Fudevd.c;h=196e63fd0d02483ee76b8d7a65085029f5d8699b;hp=6b561977dc84a2f483e02c44e48fa107711a479f;hb=1495719024cae87fd42167ec77691ebb64ba20d7;hpb=16ab1f22fc8aba4b526761df6246263d4df32343 diff --git a/udev/udevd.c b/udev/udevd.c index 6b561977d..196e63fd0 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);