From 6c2a5211c8eac1dbee41a0b2feb7ed35061cce3f Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 22 Oct 2007 14:25:42 +0000 Subject: [PATCH] Added -D to install SVN revision: 1939 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 913d8283..2b92241d 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ install: $(EXECS) @$(INSTALL) -v -m 0644 man/elog.1 man/elconv.1 $(MANDIR)/man1/ @$(INSTALL) -v -m 0644 man/elogd.8 $(MANDIR)/man8/ @$(INSTALL) -v -m 0644 man/elogd.8 $(MANDIR)/man8/ - @$(INSTALL) -v -m 0644 scripts/fckeditor/fckelog.js $(ELOGDIR)/scripts/fckeditor/ + @$(INSTALL) -D -v -m 0644 scripts/fckeditor/fckelog.js $(ELOGDIR)/scripts/fckeditor/fckelog.js @$(INSTALL) -v -m 0644 scripts/*.js $(ELOGDIR)/scripts/ @$(INSTALL) -D -v -m 0644 scripts/fckeditor/editor/plugins/elog/fckplugin.js $(ELOGDIR)/scripts/fckeditor/editor/plugins/elog/fckplugin.js