PHOENIX-4577 Use cp -r for the argparse directory in bin/
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/adcee3f0 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/adcee3f0 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/adcee3f0 Branch: refs/heads/4.x-cdh5.11.2 Commit: adcee3f0f01e1ebce31cb1eff2b7f0c75cfe4698 Parents: 9994059 Author: Josh Elser <[email protected]> Authored: Thu Feb 1 17:52:15 2018 -0500 Committer: Josh Elser <[email protected]> Committed: Fri Feb 2 17:14:43 2018 -0500 ---------------------------------------------------------------------- dev/make_rc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/adcee3f0/dev/make_rc.sh ---------------------------------------------------------------------- diff --git a/dev/make_rc.sh b/dev/make_rc.sh index 8b6063f..8f77359 100755 --- a/dev/make_rc.sh +++ b/dev/make_rc.sh @@ -81,7 +81,7 @@ phx_jars=$(find . -iwholename "./*/target/phoenix-*.jar") cp $phx_jars $DIR_REL_BIN_PATH; # Copy bin -cp bin/* $DIR_BIN; +cp -r bin/* $DIR_BIN; cp -R $DIR_PHERF_CONF $DIR_BIN; # Copy release docs
