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

Error in dkms mkdeb documentation #54

Closed
martingalvan opened this issue May 15, 2018 · 1 comment
Closed

Error in dkms mkdeb documentation #54

martingalvan opened this issue May 15, 2018 · 1 comment

Comments

@martingalvan
Copy link
Contributor

martingalvan commented May 15, 2018

The man page for dkms says the following of dkms mkdeb:

It uses a template debian directory found in /etc/dkms/template-dkms-mkdeb as the basis for the package. Alternatively, if DKMS finds a file called /usr/src/<module>-<module-version>/<module>-dkms-mkdeb it will use that folder instead.

That seems to be wrong. The dkms script actually uses "$dkms_tree/$module/$module_version/source/$module-dkms-mk${create_type}". The ${module}-dkms-mkdeb dir should be placed in the source dir (i.e. what gets passed to dkms build --sourcetree).

I presume the same applies for all the other dkms mk* variants.

@scaronni
Copy link
Collaborator

Distribution specific packaging was severely broken for most distributions and has been dropped in the latest release.

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

No branches or pull requests

2 participants