# HG changeset patch # User Christopher Rogers # Date 1295911142 0 # Node ID e8d99bee75fd1c56126de1187b5d4c4d69be3787 # Parent b1fec0a33dc3e36dcfcde6e4536dbb12796f317b Fixed aufs-utils by adding aufs-type.h to linux-module-headers. diff -r b1fec0a33dc3 -r e8d99bee75fd linux-module-headers/receipt --- a/linux-module-headers/receipt Mon Jan 24 22:49:13 2011 +0000 +++ b/linux-module-headers/receipt Mon Jan 24 23:19:02 2011 +0000 @@ -9,6 +9,8 @@ WANTED="linux" WEB_SITE="http://kernel.org/" KVERSION=$VERSION-slitaz +_AUFSVER=`grep ^VERSION= $WOK/aufs/receipt | cut -d "=" -f2 | sed -e 's/"//g'` +AUFSDIR="$WOK/$WANTED/aufs-${_AUFSVER}" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() @@ -106,6 +108,9 @@ mkdir -p $fs/$path/mm cp -a $src/fs/xfs/xfs_sb.h $fs/$path/fs/xfs/xfs_sb.h + # needed for aufs-utils + cp -a $AUFSDIR/include/linux/aufs_type.h $fs/$path/include/linux/aufs_type.h + # add headers vor virtualbox # in reference to: # http://bugs.archlinux.org/task/14568