aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorAnthony Fok <foka>2000-12-17 17:35:34 +0000
committerAnthony Fok <foka>2000-12-17 17:35:34 +0000
commit9edb302e4dba9b6ea8a2e36dc6f1b55b5e90c30a (patch)
tree443266a177893c033d5afc358cb6618d9281d406 /Makefile.common
parentce3bdc8ec1744d3855af8c4a3b14dac96bb7281d (diff)
Changed "cp" to "install -m 664 -p"
CVS version numbers Makefile.common: 1.22 -> 1.23
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 85bff65435d..c6d548fca0d 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -109,7 +109,7 @@ endif
ifndef NOGENERICINSTDEP
$(HTMLDIR)/%.$(LANGUAGE).html: %.$(LANGUAGE).html
@echo copying $(@F) to $(HTMLDIR)
- -@cp $(@F) $(HTMLDIR)
+ -@install -m 664 -p $(@F) $(HTMLDIR)
ifeq ($(LANGUAGE),en)
@echo making a link $(@D)/$(*F).html -\> $(@F)
@ln -sf $(@F) $(@D)/$(*F).html
@@ -117,7 +117,7 @@ endif
endif
$(IMGDESTFILES): $(IMGFILES)
- cp $(@F) $(HTMLDIR)
+ install -m 664 -p $(@F) $(HTMLDIR)
ifeq "$(LANGUAGE)" "en"
[ -f "$(HTMLDIR)/$(basename $(basename $(@F)))$(suffix $(@F))" ] || ln -s $(@F) $(HTMLDIR)/$(basename $(basename $(@F)))$(suffix $(@F))
endif

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