mirror of
https://github.com/fluencelabs/redis
synced 2025-06-10 15:51:21 +00:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user