michaellass / AUR

PKGBUILDs of all my AUR packages
7 stars 11 forks source link

openafs-modules: update location of extramodules and kernel version d… #15

Closed jolange closed 5 years ago

jolange commented 5 years ago

extra modules are no longer located in /usr/lib/modules/extramodules-* but in /usr/lib/modules/${_kernelver}/extramodules

the current kernel version is simply set from uname -r

With the current PKGBUILD, makepkg fails with

cat: /usr/lib/modules/extramodules-ARCH/version: No such file or directory
[...]
michaellass commented 5 years ago

Thanks!