Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / kmod
Commits: 0efd732c by Emil Velikov at 2024-03-07T09:24:23+01:00 Use /usr/lib/modules instead of /lib/modules While we currently have the former as symlink to the latter, it's better to use the recently introduced upstream option and install where applicable. Signed-off-by: Emil Velikov <[email protected]> - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -34,6 +34,7 @@ build() { ./configure \ --sysconfdir=/etc \ + --with-module-directory=/usr/lib/modules \ --with-xz \ --with-zlib \ --with-zstd \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kmod/-/commit/0efd732cb78bc0b7851a8367f4dc8e6933f5b99d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kmod/-/commit/0efd732cb78bc0b7851a8367f4dc8e6933f5b99d You're receiving this email because of your account on gitlab.archlinux.org.
