I think "/lib/modules/$(uname -r)/build" points to incorrect folder
Posted
by
Simón
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Simón
Published on 2011-02-14T15:44:17Z
Indexed on
2011/02/15
7:33 UTC
Read the original article
Hit count: 249
I compile/create my own deb packages of kernel with:
make-kpkg --rootcmd fakeroot --initrd --append-to-version=$version --revision=1 kernel_image kernel_headers
But when I install both packages, in /lib/modules/(*name_kernel_compiled*) it creates two links, sources and build, pointing to folder with sources, from I've compiled.
sources link is correct but build should point to /usr/src/linux-(version kernel), don't you think?
© Ask Ubuntu or respective owner