|
|
@ -37,8 +37,6 @@ if [ ! -z "$pkg_aufs_source_file" ]; then |
|
|
|
pkg_aufs_copy_source_files() { |
|
|
|
pkg_aufs_copy_source_files() { |
|
|
|
cp -rv $pkg_aufs_tempdir/aufs3-standalone/{Documentation,fs} . |
|
|
|
cp -rv $pkg_aufs_tempdir/aufs3-standalone/{Documentation,fs} . |
|
|
|
cp -rv $pkg_aufs_tempdir/aufs3-standalone/include/uapi/linux/aufs_type.h include/uapi/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 |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
hook_add prepatch 5 "pkg_aufs_copy_source_files" |
|
|
|
hook_add prepatch 5 "pkg_aufs_copy_source_files" |
|
|
|
|
|
|
|
|
|
|
|