Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 2838a09e7 -> e9ff6db49
  refs/heads/4.x-HBase-1.2 9a2d4747d -> b48eb2469
  refs/heads/4.x-HBase-1.3 88593be8d -> 3425d4406
  refs/heads/4.x-cdh5.11.2 9994059a0 -> adcee3f0f
  refs/heads/master 0ef77b18c -> 4521a2a1c


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/4521a2a1
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/4521a2a1
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/4521a2a1

Branch: refs/heads/master
Commit: 4521a2a1cff4edbce1cd6572af61bfbd1c0f0d01
Parents: 0ef77b1
Author: Josh Elser <els...@apache.org>
Authored: Thu Feb 1 17:52:15 2018 -0500
Committer: Josh Elser <els...@apache.org>
Committed: Fri Feb 2 17:11:47 2018 -0500

----------------------------------------------------------------------
 dev/make_rc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/4521a2a1/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

Reply via email to