summaryrefslogtreecommitdiff
path: root/www/apache13/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache13/files/patch-ab')
-rw-r--r--www/apache13/files/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13/files/patch-ab b/www/apache13/files/patch-ab
index 8e4daa3d356e..9198d26da0da 100644
--- a/www/apache13/files/patch-ab
+++ b/www/apache13/files/patch-ab
@@ -45,7 +45,7 @@
find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ; \
+# fi
+ $(LN) -sf $(root)$(manualdir) $(root)$(htdocsdir).default/manual
-+ if [ ! -d $(root)$(htdocsdir) ]; then \
++ if [ ! -d $(root)$(htdocsdir)/ ]; then \
+ $(LN) -sf $(root)$(htdocsdir).default $(root)$(htdocsdir); \
fi
- -@if [ -f $(root)$(cgidir)/printenv ]; then \
@@ -65,7 +65,7 @@
done; \
- fi
+# fi
-+ if [ ! -d $(root)$(cgidir) ]; then \
++ if [ ! -d $(root)$(cgidir)/ ]; then \
+ $(LN) -sf $(root)$(cgidir).default $(root)$(cgidir); \
+ fi
@echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \