I tested this patch locally and it (seems to) work:
- read -a kernels_module < <(find_module "$lib_tree" "${4}")
+ read -a kernels_module < <(find $lib_tree -name ${4}$module_suffix)
- [ -z $kernels_module ] || return 0
+ [ -z $kernels_module ] && return 0
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1838245
Title:
dkms script is missing function find_module
To manage notifications about this bug go to:
https://bugs.launchpad.net/dkms/+bug/1838245/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs