From 1b9a09b2f8b7e941669b8132efd747188ac37fd8 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 2 Apr 2008 07:18:13 +0000 Subject: [PATCH] Removed -f from unzip SVN revision: 2083 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29795b31..81f4995f 100644 --- a/Makefile +++ b/Makefile @@ -133,7 +133,7 @@ install: $(EXECS) @$(INSTALL) -v -m 0644 scripts/*.js $(ELOGDIR)/scripts/ @echo "Installing FCKeditor to $(ELOGDIR)/scripts/fckeditor" - @unzip -q -f scripts/fckeditor.zip -d $(ELOGDIR)/scripts/ + @unzip -q 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