mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 15:00:52 +07:00
9d1fb317c8
Now that modprobe.d is searched under ${prefix}/lib, allow a complete transition to files only under ${prefix} by adding a ${module_directory} configuration. This specifies the directory where to search for kernel modules and should match the location where the kernel/distro installs them. With this distributions that do not want to ship files in /lib can also move kernel modules to /usr while others can keep them in /lib. Signed-off-by: Michal Suchanek <msuchanek@suse.de> Link: https://lore.kernel.org/r/a3765f4e8ae3ce29c0847a0132d4a8d51ad040a9.1699618135.git.msuchanek@suse.de Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
11 lines
260 B
PkgConfig
11 lines
260 B
PkgConfig
prefix=@prefix@
|
|
sysconfdir=@sysconfdir@
|
|
distconfdir=@distconfdir@
|
|
module_directory=@module_directory@
|
|
module_compressions=@module_compressions@
|
|
module_signatures=@module_signatures@
|
|
|
|
Name: kmod
|
|
Description: Tools to deal with kernel modules
|
|
Version: @VERSION@
|