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.
This commit is contained in:
antirez 2012-02-14 16:15:20 +01:00
parent 9a68f79cd5
commit eb3d93fd27

View File

@ -59,7 +59,7 @@ CCOPT= $(CFLAGS) $(ARCH) $(PROF)
PREFIX= /usr/local
INSTALL_BIN= $(PREFIX)/bin
INSTALL= cp -p
INSTALL= cp -pf
CCCOLOR="\033[34m"
LINKCOLOR="\033[34;1m"