From bb7479f193732f446e44965a5ae2f71bab7e0320 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 6 Sep 2012 10:30:01 +0200 Subject: [PATCH] aufs: improved to remove the tempdir we extract the aufs sources and patches after building --- filesystem/aufs/pkg_linux_post.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/filesystem/aufs/pkg_linux_post.conf b/filesystem/aufs/pkg_linux_post.conf index 4fca751c3..a07fac625 100644 --- a/filesystem/aufs/pkg_linux_post.conf +++ b/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