added chmod for packages
authorhaftmann
Thu, 09 Jun 2005 11:07:37 +0200
changeset 16329 c045695273a3
parent 16328 49c1f9dedc56
child 16330 934219e919e4
added chmod for packages
Admin/website/build/main.mak
Admin/website/build/project.mak
--- a/Admin/website/build/main.mak	Thu Jun 09 11:04:54 2005 +0200
+++ b/Admin/website/build/main.mak	Thu Jun 09 11:07:37 2005 +0200
@@ -22,7 +22,7 @@
 else
 
 # default target
-default: site
+default: project
 
 # check configuration
 include $(CONF)
--- a/Admin/website/build/project.mak	Thu Jun 09 11:04:54 2005 +0200
+++ b/Admin/website/build/project.mak	Thu Jun 09 11:07:37 2005 +0200
@@ -1,6 +1,10 @@
 # isaweb makefile - project-specific dependencies
 # $Id$
 
+project: site
+	chmod -R g-w $(OUTPUTROOT)/dist/packages
+.PHONY: project
+
 #~ DEP_SYMLINKS=$(OUTPUTROOT)/dist/packages $(OUTPUTROOT)/library
 
 #~ $(OUTPUTROOT)/dist/packages: $(ISABELLE_DIST)