wok rev 8140

Fixed aufs-utils by adding aufs-type.h to linux-module-headers.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 24 23:19:02 2011 +0000 (2011-01-24)
parents b1fec0a33dc3
children dcee8fc1ce3f
files linux-module-headers/receipt
line diff
     1.1 --- a/linux-module-headers/receipt	Mon Jan 24 22:49:13 2011 +0000
     1.2 +++ b/linux-module-headers/receipt	Mon Jan 24 23:19:02 2011 +0000
     1.3 @@ -9,6 +9,8 @@
     1.4  WANTED="linux"
     1.5  WEB_SITE="http://kernel.org/"
     1.6  KVERSION=$VERSION-slitaz
     1.7 +_AUFSVER=`grep  ^VERSION= $WOK/aufs/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
     1.8 +AUFSDIR="$WOK/$WANTED/aufs-${_AUFSVER}"
     1.9  
    1.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.11  genpkg_rules()
    1.12 @@ -106,6 +108,9 @@
    1.13  	mkdir -p $fs/$path/mm
    1.14  	cp -a $src/fs/xfs/xfs_sb.h $fs/$path/fs/xfs/xfs_sb.h
    1.15  
    1.16 +	# needed for aufs-utils
    1.17 +	cp -a $AUFSDIR/include/linux/aufs_type.h $fs/$path/include/linux/aufs_type.h
    1.18 +	
    1.19  	# add headers vor virtualbox
    1.20  	# in reference to:
    1.21  	# http://bugs.archlinux.org/task/14568