chiark / gitweb /
move imported udev into place
[elogind.git] / src / udev / udevd.c
similarity index 99%
rename from src/udev/src/udevd.c
rename to src/udev/udevd.c
index 170221790abe95828a34bafab7623c11fcb87c8c..694e758777aba49c1f6b320dfe3fae63c096e2fe 100644 (file)
@@ -982,7 +982,7 @@ static void static_dev_create_from_devices(struct udev *udev, DIR *dir)
 {
         DIR *dir_from;
 
-        dir_from = opendir(PKGLIBEXECDIR "/devices");
+        dir_from = opendir(UDEVLIBEXECDIR "/devices");
         if (dir_from == NULL)
                 return;
         copy_dev_dir(udev, dir_from, dir, 8);