wok diff linux-module-headers/receipt @ rev 8050

Improve attr&acl receipts by replacing strange slackware seds by the use of DIST_ROOT; acl includes are now going at the right place.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 20 21:38:00 2011 +0100 (2011-01-20)
parents 645cf2faf482
children 03d4663c81fa
line diff
     1.1 --- a/linux-module-headers/receipt	Thu Dec 16 12:59:54 2010 +0000
     1.2 +++ b/linux-module-headers/receipt	Thu Jan 20 21:38:00 2011 +0100
     1.3 @@ -137,5 +137,5 @@
     1.4  
     1.5  post_install() {
     1.6  	# Added soft link to make it easier to point to kernel folder
     1.7 -	ln -sf /usr/src/linux-$KVERSION-slitaz $1/usr/src/linux
     1.8 +	ln -sf /usr/src/linux-$KVERSION $1/usr/src/linux
     1.9  }