From: Paul Bolle [mailto:[email protected]] > On ma, 2015-07-06 at 21:37 +0200, Espen Carlsen wrote: > And you want this to read > lrwxrwxrwx 1 root root 35 Jul 4 18:31 > /lib/modules/4.1.0/build -> /usr/src/kernels/4.1.0 > lrwxrwxrwx 1 root root 35 Jul 6 12:15 > /lib/modules/4.1.0/source -> /usr/src/kernels/4.1.0 > drwxr-xr-x 2 root root 0 Jul 6 12:15 > /usr/src/kernels/4.1.0 > or something equivalent, right?
Correct. And modifying the two ln -sf commands in mkspec makes that happen on a Ubuntu system. I have tested my suggested changes on: CentOS 6.5, 7.0, Ubuntu 14.04 and 12.04. After the patch the kernel-devel package will be correct on all systems. Without the patch, only CentOS generates correct packages. Espen -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

