https://bugzilla.suse.com/show_bug.cgi?id=1211796 https://bugzilla.suse.com/show_bug.cgi?id=1211796#c47 Jan Engelhardt <jengelh@inai.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jengelh@inai.de --- Comment #47 from Jan Engelhardt <jengelh@inai.de> ---
scripts/depmod.sh effectively calls 'depmod -b $INSTALL_MOD_PATH' but `make modules_instdall` won't install under usr/ prefix.
The following works for me on the pristine kmod-30: make modules_install INSTALL_MOD_PATH=/Someroot/usr The files generated by depmod do not carry any prefixes that I can see, so it does not matter that it called depmod -b /Someroot/usr instead of depmod -b /Someroot --somenewoption=/usr the resulting rpm should be the same to a rpm consumer, i.e. next system boot once that rpm is installed. -- You are receiving this mail because: You are the assignee for the bug.