Skip to content

Commit

Permalink
AVRO-2842: Fix missing README rename on PHP build script
Browse files Browse the repository at this point in the history
  • Loading branch information
iemejia committed Jun 9, 2020
1 parent 2eb06cc commit 1301a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/php/build.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 1301a04

Please sign in to comment.