summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 117955c..ca4b847 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ videohook:
install: all $(INSTALLVHOOK)
$(MAKE) -C libavcodec install
install -d $(prefix)/bin
- install -s -m 755 $(PROG) $(prefix)/bin
+ install -c -s -m 755 $(PROG) $(prefix)/bin
ln -sf ffmpeg $(prefix)/bin/ffplay
install-vhook: $(prefix)/lib/vhook
OpenPOWER on IntegriCloud