You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by el...@apache.org on 2018/02/02 22:15:06 UTC

[3/5] phoenix git commit: PHOENIX-4577 Use cp -r for the argparse directory in bin/

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

Branch: refs/heads/4.x-HBase-1.2
Commit: b48eb246969276920c96d42ade0e14b92b30bf23
Parents: 9a2d474
Author: Josh Elser <el...@apache.org>
Authored: Thu Feb 1 17:52:15 2018 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Fri Feb 2 17:12:15 2018 -0500

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


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