Skip to content
Snippets Groups Projects
Commit 2e67421b authored by Jameson Rollins's avatar Jameson Rollins
Browse files

explicity path to dkms in sbin for find_module_symvers

parent 62701b21
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ except IndexError:
uname = os.uname()
modstat = subprocess.run(
['dkms', '-k', uname.release, 'status', modname],
['/usr/sbin/dkms', '-k', uname.release, 'status', modname],
capture_output=True, text=True,
)
if modstat.returncode == 0 and modstat.stdout:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment