From 4f6f4eefbeef11fbd3b69ee8e56c96b629c91c3e Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 9 Jun 2008 10:04:05 +0000 Subject: [PATCH] Added mkdir for install SVN revision: 2112 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e7c829d..48a76f71 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ install: $(EXECS) @echo "Installing FCKeditor to $(ELOGDIR)/scripts/fckeditor" @unzip -q -o scripts/fckeditor.zip -d $(ELOGDIR)/scripts/ @$(INSTALL) -v -m 0644 scripts/fckeditor/fckelog.js $(ELOGDIR)/scripts/fckeditor/fckelog.js - @mkdir -p -m 0644 $(ELOGDIR)/scripts/fckeditor/editor/plugins/elog + @mkdir -p -m 0755 $(ELOGDIR)/scripts/fckeditor/editor/plugins/elog @$(INSTALL) -v -m 0644 scripts/fckeditor/editor/plugins/elog/fckplugin.js $(ELOGDIR)/scripts/fckeditor/editor/plugins/elog/fckplugin.js @$(INSTALL) -v -m 0644 scripts/fckeditor/editor/plugins/elog/inserttime.gif $(ELOGDIR)/scripts/fckeditor/editor/plugins/elog/inserttime.gif @@ -156,6 +156,7 @@ install: $(EXECS) fi @sed "s#\@PREFIX\@#$(PREFIX)#g" elogd.init_template > elogd.init + @mkdir -p -m 0755 $(RCDIR) @$(INSTALL) -v -m 0755 elogd.init $(RCDIR)/elogd @if [ ! -f $(ELOGDIR)/elogd.cfg ]; then \