|
|
@ -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 |