diff --git a/filesystem/aufs/pkg_linux_post.conf b/filesystem/aufs/pkg_linux_post.conf index ac8988884..2dfd7ee30 100644 --- a/filesystem/aufs/pkg_linux_post.conf +++ b/filesystem/aufs/pkg_linux_post.conf @@ -36,7 +36,6 @@ if [ ! -z "$pkg_aufs_source_file" ]; then # copying sources into kernel source tree pkg_aufs_copy_source_files() { cp -rv $pkg_aufs_tempdir/aufs3-standalone/{Documentation,fs} . - cp -rv $pkg_aufs_tempdir/aufs3-standalone/include/linux/aufs_type.h include/linux/ 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