Quel Qun <[EMAIL PROTECTED]> writes: > Nope. It can be the owner, but I need write access. This is the first > time I am forced to be root to run anything else than make install. > If everybody is ok with that I still think that's wrong.
kernel-source package is not something like source package that you download from internet. If you want to compile your kernel as user just do : find /usr/src/linux|xargs sudo chown $USER. -- http://www.chmouel.org/
