diff --git a/filesystem/aufs/pkg_linux_post.conf b/filesystem/aufs/pkg_linux_post.conf index 439508e08..562b50240 100644 --- a/filesystem/aufs/pkg_linux_post.conf +++ b/filesystem/aufs/pkg_linux_post.conf @@ -40,7 +40,7 @@ if [ ! -z "$pkg_aufs_source_file" ]; then # get header installed when building linux-header package echo "header-y += aufs_type.h" >> include/uapi/linux/Kbuild } - hook_add preconf 5 "pkg_aufs_copy_source_files" + hook_add prepatch 5 "pkg_aufs_copy_source_files" # removing tempdir hook_add finish 9 "rm -rf $pkg_aufs_tempdir"