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/e9ff6db4 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/e9ff6db4 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/e9ff6db4 Branch: refs/heads/4.x-HBase-0.98 Commit: e9ff6db49e537d6791568c48862a9daccccd5c26 Parents: 2838a09 Author: Josh Elser <[email protected]> Authored: Thu Feb 1 17:52:15 2018 -0500 Committer: Josh Elser <[email protected]> Committed: Fri Feb 2 17:13:21 2018 -0500 ---------------------------------------------------------------------- dev/make_rc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/e9ff6db4/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
