Browse Source

aufs: fixed kernel build by properly copying include/uapi/linux/aufs_type.h into the source tree

user/chris/wip/musl
Christian Wiese 12 years ago
parent
commit
8297893f38
  1. 1
      filesystem/aufs/pkg_linux_post.conf

1
filesystem/aufs/pkg_linux_post.conf

@ -37,6 +37,7 @@ 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/linux/aufs_type.h include/linux/
cp -rv $pkg_aufs_tempdir/aufs3-standalone/include/uapi/linux/aufs_type.h include/uapi/linux/
}
hook_add preconf 5 "pkg_aufs_copy_source_files"

Loading…
Cancel
Save