You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ie...@apache.org on 2020/06/09 12:38:41 UTC

[avro] branch branch-1.10 updated: AVRO-2842: Fix missing README rename on PHP build script

This is an automated email from the ASF dual-hosted git repository.

iemejia pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.10 by this push:
     new 1301a04  AVRO-2842: Fix missing README rename on PHP build script
1301a04 is described below

commit 1301a045396cf0e6ca7f12c9e4053b4f81237887
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Tue Jun 9 14:36:48 2020 +0200

    AVRO-2842: Fix missing README rename on PHP build script
---
 lang/php/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/php/build.sh b/lang/php/build.sh
index 3acd0ac..f302d30 100755
--- a/lang/php/build.sh
+++ b/lang/php/build.sh
@@ -37,7 +37,7 @@ function dist {
     mkdir -p "$build_dir/$libname" "$lib_dir/examples"
     cp -pr lib "$lib_dir"
     cp -pr examples/*.php "$lib_dir/examples"
-    cp README.txt LICENSE NOTICE "$lib_dir"
+    cp README.md LICENSE NOTICE "$lib_dir"
     cd "$build_dir"
     tar -cjf "$tarball" "$libname"
     mkdir -p "../$dist_dir"