diff --git a/udev/udev-175.json b/udev/udev-175.json index 8832916..df6efea 100644 --- a/udev/udev-175.json +++ b/udev/udev-175.json @@ -1,49 +1,49 @@ { "name": "udev", "rm-configure": true, "config-opts": [ "--disable-hwdb", "--disable-logging", "--disable-introspection", "--disable-keymap", "--disable-mtd_probe", - "--with-systemdsystemunitdir=/app/lib/systemd/" + "--with-systemdsystemunitdir=/usr/lib/systemd/" ], "cleanup": [ "/include", "/etc", "/libexec", "/sbin", "/lib/pkgconfig", "/lib/systemd", "/man", "/share/aclocal", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "sources": [ { "type": "archive", "url": "https://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-175.tar.bz2", "sha256": "4c7937fe5a1521316ea571188745b9a00a9fdf314228cffc53a7ba9e5968b7ab" }, { "type": "patch", "path": "sysmacros.patch" }, { "type": "script", "dest-filename": "autogen.sh", "commands": [ "autoreconf -vfi" ] } ], "post-install": [ - "sed -i 's|${exec_prefix}|/app|g' /app/share/pkgconfig/udev.pc" + "sed -i 's|${exec_prefix}|/usr|g' /usr/share/pkgconfig/udev.pc" ] }