Browse Source

aufs: fixed pkg_linux_post.conf to not enable installation of aufs_type.h as it is part of the aufs kbuild patch now

stable/0.6
Christian Wiese 11 years ago
parent
commit
59fad711c5
  1. 2
      filesystem/aufs/pkg_linux_post.conf

2
filesystem/aufs/pkg_linux_post.conf

@ -37,8 +37,6 @@ if [ ! -z "$pkg_aufs_source_file" ]; then
pkg_aufs_copy_source_files() {
cp -rv $pkg_aufs_tempdir/aufs3-standalone/{Documentation,fs} .
cp -rv $pkg_aufs_tempdir/aufs3-standalone/include/uapi/linux/aufs_type.h include/uapi/linux/
# get header installed when building linux-header package
echo "header-y += aufs_type.h" >> include/uapi/linux/Kbuild
}
hook_add prepatch 5 "pkg_aufs_copy_source_files"

Loading…
Cancel
Save