Updated Branches: refs/heads/master 738fd94e9 -> 305dfc8b6
BIGTOP-1158. Solr "work" symlink creates infinite loop if you try to recurse through the directories Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/305dfc8b Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/305dfc8b Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/305dfc8b Branch: refs/heads/master Commit: 305dfc8b69d1f558b28dc326e69859814c6db507 Parents: 738fd94 Author: Sean Mackrory <[email protected]> Authored: Fri Feb 7 14:48:13 2014 -0800 Committer: Sean Mackrory <[email protected]> Committed: Mon Feb 10 08:56:32 2014 -0800 ---------------------------------------------------------------------- bigtop-packages/src/common/solr/install_solr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/305dfc8b/bigtop-packages/src/common/solr/install_solr.sh ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/solr/install_solr.sh b/bigtop-packages/src/common/solr/install_solr.sh index 4c57944..28350fc 100644 --- a/bigtop-packages/src/common/solr/install_solr.sh +++ b/bigtop-packages/src/common/solr/install_solr.sh @@ -138,7 +138,7 @@ cp -ra ${BUILD_DIR}/dist/solrj-lib $PREFIX/$LIB_DIR/lib install -d -m 0755 $PREFIX/$LIB_DIR/bin cp -a ${BUILD_DIR}/example/cloud-scripts/*.sh $PREFIX/$LIB_DIR/bin -sed -i -e 's#/../solr-webapp/webapp/WEB-INF/lib/#/../server/webapps/solr/WEB-INF/lib/#' $PREFIX/$LIB_DIR/bin/zkcli.sh +sed -i -e 's#/../solr-webapp/webapp/WEB-INF/lib/#/../webapps/solr/WEB-INF/lib/#' $PREFIX/$LIB_DIR/bin/zkcli.sh chmod 755 $PREFIX/$LIB_DIR/bin/* install -d -m 0755 $PREFIX/$DOC_DIR
