From 09b0aa6a20d44af28d6b4967ac7cf8c179a05376 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 4 Apr 2008 19:47:12 +0000 Subject: [PATCH] Added -o flag to unzip SVN revision: 2091 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 81f4995f..4f27a16a 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ SDESTDIR = $(ROOT)$(PREFIX)/sbin RCDIR = $(ROOT)/etc/rc.d/init.d # flag for SSL support -USE_SSL = 1 +#USE_SSL = 1 ############################################################# @@ -133,7 +133,7 @@ install: $(EXECS) @$(INSTALL) -v -m 0644 scripts/*.js $(ELOGDIR)/scripts/ @echo "Installing FCKeditor to $(ELOGDIR)/scripts/fckeditor" - @unzip -q scripts/fckeditor.zip -d $(ELOGDIR)/scripts/ + @unzip -q -o scripts/fckeditor.zip -d $(ELOGDIR)/scripts/ @$(INSTALL) -D -v -m 0644 scripts/fckeditor/fckelog.js $(ELOGDIR)/scripts/fckeditor/fckelog.js @$(INSTALL) -D -v -m 0644 scripts/fckeditor/editor/plugins/elog/fckplugin.js $(ELOGDIR)/scripts/fckeditor/editor/plugins/elog/fckplugin.js @$(INSTALL) -D -v -m 0644 scripts/fckeditor/editor/plugins/elog/inserttime.gif $(ELOGDIR)/scripts/fckeditor/editor/plugins/elog/inserttime.gif