Skip to content

Commit

Permalink
add -f flag to cp when installing, otherwise stopping the server is
Browse files Browse the repository at this point in the history
needed when installing a new Redis version. Thanks to Scott Kevill.
Fixes issue #335.
  • Loading branch information
antirez committed Feb 14, 2012
1 parent 7a3e372 commit 120a36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -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"
Expand Down

0 comments on commit 120a36f

Please sign in to comment.