This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch branch-1.12 in repository https://gitbox.apache.org/repos/asf/avro.git
commit 8ea99a76fb4f1d73db991145c2433a30d6f19d3a Author: Fokko Driesprong <[email protected]> AuthorDate: Wed Jul 24 22:33:17 2024 +0200 Thanks Martin --- lang/c++/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/c++/build.sh b/lang/c++/build.sh index 32b3d3169..cdf30a218 100755 --- a/lang/c++/build.sh +++ b/lang/c++/build.sh @@ -58,7 +58,7 @@ function do_doc() { function do_dist() { rm -rf $BUILD_CPP/ mkdir -p $BUILD_CPP - cp -r AUTHORS build.sh CMakeLists.txt ChangeLog \ + cp -r include/avro AUTHORS build.sh CMakeLists.txt ChangeLog \ LICENSE NOTICE impl jsonschemas NEWS README test examples \ $BUILD_CPP find $BUILD_CPP -name '.svn' | xargs rm -rf
