Commit 120a36f2 authored by antirez's avatar antirez
Browse files

add -f flag to cp when installing, otherwise stopping the server is

needed when installing a new Redis version. Thanks to Scott Kevill.
Fixes issue #335.
parent 7a3e3720
...@@ -59,7 +59,7 @@ CCOPT= $(CFLAGS) $(ARCH) $(PROF) ...@@ -59,7 +59,7 @@ CCOPT= $(CFLAGS) $(ARCH) $(PROF)
PREFIX= /usr/local PREFIX= /usr/local
INSTALL_BIN= $(PREFIX)/bin INSTALL_BIN= $(PREFIX)/bin
INSTALL= cp -p INSTALL= cp -pf
CCCOLOR="\033[34m" CCCOLOR="\033[34m"
LINKCOLOR="\033[34;1m" LINKCOLOR="\033[34;1m"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment