Browse Source

aufs: fixed pkg_linux_post.conf to copy sources before patching

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

2
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"

Loading…
Cancel
Save