Browse Source

aufs: improved to remove the tempdir we extract the aufs sources and patches after building

user/chris/next/0.4
Christian Wiese 12 years ago committed by Christian Wiese
parent
commit
bb7479f193
  1. 3
      filesystem/aufs/pkg_linux_post.conf

3
filesystem/aufs/pkg_linux_post.conf

@ -36,6 +36,9 @@ if [ ! -z "$pkg_aufs_source_file" ]; then
cp -rv $pkg_aufs_tempdir/aufs3-standalone/include/linux/aufs_type.h include/linux/
}
hook_add preconf 5 "pkg_aufs_copy_source_files"
# removing tempdir
hook_add finish 9 "rm -rf $pkg_aufs_tempdir"
else
echo_warning "No matching source file found for Aufs3 support"
fi

Loading…
Cancel
Save