aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorAnthony Fok <foka>2000-12-17 17:40:24 +0000
committerAnthony Fok <foka>2000-12-17 17:40:24 +0000
commit714d63734a50dde93f968a2c10a4ff6b5ab119c5 (patch)
tree31b6a23ebc7f9c031eb11f87ff4baa2de22b4792 /Makefile.common
parent146224af9bc9b7db407e94686fc15058558ea5ee (diff)
Added "-m g+w" to the mkdir command
CVS version numbers Makefile.common: 1.23 -> 1.24
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index c6d548fca0d..695d752dc85 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -61,7 +61,7 @@ $(existing-SUBS):
-$(MAKE) -C $@
install::
- test -d $(HTMLDIR) || mkdir -p $(HTMLDIR)
+ test -d $(HTMLDIR) || mkdir -m g+w -p $(HTMLDIR)
install:: $(HTMLDESTFILES) $(IMGDESTFILES) $(existing-SUBS-install)
$(existing-SUBS-install):

© 2014-2024 Faster IT GmbH | imprint | privacy policy