aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/Make.lang
diff options
context:
space:
mode:
authorAnthony Fok <foka>2000-12-17 17:36:34 +0000
committerAnthony Fok <foka>2000-12-17 17:36:34 +0000
commit146224af9bc9b7db407e94686fc15058558ea5ee (patch)
tree2200597f0af338dca91dfe8abdb7d3e590e3d8d3 /chinese/Make.lang
parent9edb302e4dba9b6ea8a2e36dc6f1b55b5e90c30a (diff)
Changed "cp" to "install -m 664 -p" in the install target.
CVS version numbers chinese/Make.lang: 1.29 -> 1.30 chinese/News/weekly/Makefile: 1.13 -> 1.14
Diffstat (limited to 'chinese/Make.lang')
-rw-r--r--chinese/Make.lang6
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/Make.lang b/chinese/Make.lang
index ad2563c24c6..5f8ce0786b6 100644
--- a/chinese/Make.lang
+++ b/chinese/Make.lang
@@ -71,15 +71,15 @@ $(TOHK): $(TOTW)
# Is there anyway to combine the following two rules into one?
$(HTMLDIR)/%.zh-cn.html: %.zh-cn.html
@echo copying $(@F) to $(HTMLDIR)
- -@cp $(@F) $(HTMLDIR)
+ -@install -m 664 -p $(@F) $(HTMLDIR)
$(HTMLDIR)/%.zh-hk.html: %.zh-hk.html
@echo copying $(@F) to $(HTMLDIR)
- -@cp $(@F) $(HTMLDIR)
+ -@install -m 664 -p $(@F) $(HTMLDIR)
$(HTMLDIR)/%.zh-tw.html: %.zh-tw.html
@echo copying $(@F) to $(HTMLDIR)
- -@cp $(@F) $(HTMLDIR)
+ -@install -m 664 -p $(@F) $(HTMLDIR)
# Create %.html -> %.zh-tw.html symlink if no English version of %.wml exists
@if [ ! -f "$(WMLBASE)/../english/$(CUR_DIR)/$(*F).wml" ]; then \
echo "Making a link $(@D)/$(*F).html -> $(@F)"; \

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