Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
6ae2474650
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/linux/linux.conf

+ 1
- 1
package/base/linux/linux.conf

@ -307,7 +307,7 @@ main_lx_src() {
rm -rf linux-${lx_kernelrelease}
cp -r $builddir/linux-$vanilla_ver linux-${lx_kernelrelease}
if [ "${xpkg%-source}" = "$ROCKCFG_PKG_LINUX_HEADERS" ] ; then
if [ "${xpkg%-source}" = "$ROCKCFG_PKG_LINUX_DEFAULT" ] ; then
rm -f linux
ln -svf linux-${lx_kernelrelease} $root/usr/src/linux
fi

Loading…
Cancel
Save