Hi all,
My source directory seems to be 'pointing' to my build directory and my build directory in turn is pointing to some other location (which is non existent):
doing a
ls -l in $/lib/modules/2.6.27.7-53.fc9i686 shows:
lrwxrwxrwx 1 root root 5 2008-12-19 07:33 source-> build
lrwxrwxrwx 1 root root 45 2008-12-19 07:32 build -> ../../../usr/src/kernels/2.6.27.7-53.fc9.i686
:
:
etc
This location "
/usr/src/kernels/2.6.27.7-53.fc9.i686" is non-existent -- what does this "->" mean and how do I change it??