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/3425d440 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3425d440 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/3425d440 Branch: refs/heads/4.x-HBase-1.3 Commit: 3425d4406c8231c149228a44a583d814d653e956 Parents: 88593be Author: Josh Elser <[email protected]> Authored: Thu Feb 1 17:52:15 2018 -0500 Committer: Josh Elser <[email protected]> Committed: Fri Feb 2 17:12:09 2018 -0500 ---------------------------------------------------------------------- dev/make_rc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/3425d440/dev/make_rc.sh ---------------------------------------------------------------------- diff --git a/dev/make_rc.sh b/dev/make_rc.sh index d81786f..a788a5f 100755 --- a/dev/make_rc.sh +++ b/dev/make_rc.sh @@ -77,7 +77,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
