summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2014-12-12 22:58:56 +0100
committerSalvatore Sanfilippo <antirez@gmail.com>2014-12-12 22:58:56 +0100
commitd4fc65309d338871c2d272f039c550c06d449ed1 (patch)
tree2762bafcb4e6c919cea1591b7327c4cb314681fc
parente47e460f1f762ceb4a8d1c5367406b29dcdcefac (diff)
parent5509c141f8636153128031f4d3bddfe46691f243 (diff)
downloadredis-d4fc65309d338871c2d272f039c550c06d449ed1.tar.gz
Merge pull request #2092 from rhoml/rhoml-install-sentinel
Adds a symlink for redis-sentinel when Make install
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 8b3e95989..bb2c04486 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -251,3 +251,4 @@ install: all
$(REDIS_INSTALL) $(REDIS_CLI_NAME) $(INSTALL_BIN)
$(REDIS_INSTALL) $(REDIS_CHECK_DUMP_NAME) $(INSTALL_BIN)
$(REDIS_INSTALL) $(REDIS_CHECK_AOF_NAME) $(INSTALL_BIN)
+ @ln -sf $(INSTALL_BIN)/$(REDIS_SERVER_NAME) $(INSTALL_BIN)/$(REDIS_SENTINEL_NAME)