View | Details | Raw Unified | Return to bug 90292
Collapse All | Expand All

(-)apache13/files/patch-ab (-1 / +1 lines)
Lines 30-36 Link Here
30
-	-@if [ -d $(TOP)/htdocs/manual ]; then \
30
-	-@if [ -d $(TOP)/htdocs/manual ]; then \
31
+		(cd $(root)$(htdocsdir)-dist/ && $(TAR) -xf -); \
31
+		(cd $(root)$(htdocsdir)-dist/ && $(TAR) -xf -); \
32
+		find $(root)$(htdocsdir)-dist/ -type d -exec chmod a+rx {} \; ; \
32
+		find $(root)$(htdocsdir)-dist/ -type d -exec chmod a+rx {} \; ; \
33
+		find $(root)$(htdocsdir)-dist/ -type f -print | xargs chmod a+r ;
33
+		find $(root)$(htdocsdir)-dist/ -type f -exec chmod a+r {} \; ;
34
 		echo "Copying tree $(TOP)/htdocs/manual -> $(root)/$(manualdir)/"; \
34
 		echo "Copying tree $(TOP)/htdocs/manual -> $(root)/$(manualdir)/"; \
35
 		(cd $(TOP)/htdocs/manual/ && $(TAR) $(TAROPT) - *) |\
35
 		(cd $(TOP)/htdocs/manual/ && $(TAR) $(TAROPT) - *) |\
36
 		(cd $(root)$(manualdir)/ && $(TAR) -xf -); \
36
 		(cd $(root)$(manualdir)/ && $(TAR) -xf -); \

Return to bug 90292