index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/common-functions | 6 |
diff --git a/lib/common-functions b/lib/common-functions index 17309fb..9ba495c 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -930,4 +930,10 @@ apply_trunk_patch() { ' \ | patch -p0 "${source_dir}/PKGBUILD" chmod -w "${source_dir}/PKGBUILD" + find "${diff_source_dir}/../../trunk/" \ + -mindepth 1 \ + -maxdepth 1 \ + -not -name 'PKGBUILD' \ + -type f \ + -exec cp '{}' "${source_dir}" \; } |