Skip to content

Commit

Permalink
Improve deb file to use generic udev rules
Browse files Browse the repository at this point in the history
And set udev priority to 99
  • Loading branch information
gabrielfedel committed Nov 15, 2024
1 parent 47d7f8f commit 99b5be1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions mrmShared/linux/debian/mrf-dkms.udev

This file was deleted.

1 change: 1 addition & 0 deletions mrmShared/linux/debian/mrf-dkms.udev
4 changes: 2 additions & 2 deletions mrmShared/linux/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ override_dh_install:
dh_install Makefile usr/src/mrf-$(DEB_VERSION_UPSTREAM)/
dh_install patchize.sh usr/src/mrf-$(DEB_VERSION_UPSTREAM)/
dh_install README.md usr/src/mrf-$(DEB_VERSION_UPSTREAM)/
dh_install debian/mrf-dkms.udev usr/src/mrf-$(DEB_VERSION_UPSTREAM)/50-mrf.rules
dh_install debian/mrf-dkms.udev usr/src/mrf-$(DEB_VERSION_UPSTREAM)/99-mrf.rules

override_dh_dkms:
dh_dkms -V $(DEB_VERSION_UPSTREAM)
Expand All @@ -25,6 +25,6 @@ override_dh_auto_test:
override_dh_auto_install:
override_dh_auto_clean:
override_dh_installudev:
dh_installudev --priority=50
dh_installudev --priority=99
override_dh_builddeb:
dh_builddeb -- -Zgzip

0 comments on commit 99b5be1

Please sign in to comment.