From: swa <swa@users.sourceforge.net>
Date: Fri, 29 Mar 2002 07:40:03 +0000 (+0000)
Subject: fixed make webserver. doh
X-Git-Tag: v_2_9_14~329
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/@default-cgi@send-stylesheet?a=commitdiff_plain;h=8be1c2728215eee375b6fab69d80ea851693704a;p=privoxy.git

fixed make webserver. doh
---

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 6edd6d09..e72353f7 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.41 2002/03/28 20:43:00 swa Exp $
+# $Id: GNUmakefile.in,v 1.42 2002/03/29 06:59:04 swa Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -553,7 +553,7 @@ webserver:
 	@$(ECHO) Note that this command scps all stuff to the webserver,
 	@$(ECHO) it will not remove obsolete documents.
 	@$(ECHO) -------------------------------------------------------
-	chmod -R 664 doc/webserver
+	find doc/webserver -type f -exec chmod 664 {} \;
 # not sure if we need next line.swa.
 	chmod 775 doc/webserver/redirect.php
 	find doc/webserver -type d -exec chmod a+rx {} \;
@@ -657,6 +657,9 @@ install: all
 ## end:
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.42  2002/03/29 06:59:04  swa
+# other users could not modify files on webserver
+#
 # Revision 1.41  2002/03/28 20:43:00  swa
 # set make correctly
 #