wok rev 6710

Fix build soft link in linux-module-headers.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 14 02:56:08 2010 +0000 (2010-10-14)
parents 0c28691e10fd
children 938f73ef864a
files linux-module-headers/receipt
line diff
     1.1 --- a/linux-module-headers/receipt	Thu Oct 14 02:26:17 2010 +0000
     1.2 +++ b/linux-module-headers/receipt	Thu Oct 14 02:56:08 2010 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  	local path
     1.5  	path=usr/src/linux-$KVERSION
     1.6  	mkdir -p $fs/lib/modules/$KVERSION
     1.7 -	ln -sf $path $fs/lib/modules/$KVERSION/build
     1.8 +	ln -sf /$path $fs/lib/modules/$KVERSION/build
     1.9  	install -D -m644 $src/Makefile \
    1.10  		$fs/$path/Makefile
    1.11  	install -D -m644 $src/kernel/Makefile \