Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor improvements to the Makefile target "dkms-install" #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

catpicture
Copy link

I just attempted to install it after a fresh minimal install of ubuntu 20.04, then of course it failed due to no dkms.
After installing dkms via package manager, it failed again due to mkdir'ing an existing path, which was the residue from the last unsuccessful attempt.

Suggesting to make changes so that:

  1. add -p arg to mkdir so that it doesn't fail if the path exists already
  2. test the dkms availability before any action in the dkms-install target, so that it will neither create directory nor copy those paths if dkms is unavailable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant