Browse Source

aufs: fix pkg_linux_post.conf to not try to copy non-existing header

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

1
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

Loading…
Cancel
Save