chiark / gitweb /
udev: remove configuration options for /dev, /sys, /run directories
[elogind.git] / src / udev / udev-builtin-firmware.c
index 5ba712c89d64ba9d254741431fd986292c2e46aa..bd2716fdc8d0108792df0793333c938cb23215f1 100644 (file)
@@ -112,7 +112,7 @@ static int builtin_firmware(struct udev_device *dev, int argc, char *argv[], boo
         }
 
         util_path_encode(firmware, fwencpath, sizeof(fwencpath));
-        util_strscpyl(misspath, sizeof(misspath), udev_get_run_path(udev), "/firmware-missing/", fwencpath, NULL);
+        util_strscpyl(misspath, sizeof(misspath), "/run/udev/firmware-missing/", fwencpath, NULL);
         util_strscpyl(loadpath, sizeof(loadpath), udev_device_get_syspath(dev), "/loading", NULL);
 
         if (fwfile == NULL) {