Commit 03a3c48
fix(install): consider /lib and /usr/lib both as valid module paths
Since Debian Trixie, /usr/lib/modules is correctly considered as valid kernel module path, but 3rd party packages can fomally still ship modules below /lib/modules, or below /usr/lib/modules as well on older Debian versions. Since usrmerge, both are effectively the same directory anyway.
Hence always consider both paths.
Signed-off-by: MichaIng <[email protected]>1 parent 5b689e8 commit 03a3c48
1 file changed
+2
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
661 | 661 | | |
662 | 662 | | |
663 | 663 | | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | 664 | | |
671 | | - | |
| 665 | + | |
| 666 | + | |
672 | 667 | | |
673 | 668 | | |
674 | 669 | | |
| |||
0 commit comments