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:37:31 UTC

[avro] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/avro.git


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

commit 91410e3a189dcc7cfcabe2ae1243efe0a1259c0b
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"