From 6ae2474650d36d839251e1181e241a1db7051d81 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Tue, 25 Apr 2006 20:11:02 +0000 Subject: [PATCH] Stefan Fiedler: linux: since we use linux-libc-headers, ROCKCFG_PKG_LINUX_HEADERS is undefined, resulting in a missing usr/src/linux symlink. Thanks to Florin Muntean for noting! [2006042323230621799] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7560 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/linux/linux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base/linux/linux.conf b/package/base/linux/linux.conf index b6c48c25e..05bd982a3 100644 --- a/package/base/linux/linux.conf +++ b/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