summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-05 11:35:27 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-05 11:39:59 (EDT)
commit3b80c605f096d3e2ec6dd690904154292262170f (patch)
tree32bf676cd5aff68990496e9a01bc34032bd07b5d /build
parent9de16d22b0ac3cbb74793faa913db889d8151ee5 (diff)
Let users modify /var/www/index.html.
Diffstat (limited to 'build')
-rwxr-xr-xbuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/build b/build
index 6962d5f..41b1fb2 100755
--- a/build
+++ b/build
@@ -62,9 +62,10 @@ install: build
exec 3>&-; \
fi; \
if config_enabled HTTPD; then \
+ install -d -m 0755 dest/usr/share/busybox/www; \
+ install -p -m 0644 ../src.share/www/index.html \
+ dest/usr/share/busybox/www/index.html; \
install -d -m 0755 dest/var/www; \
- install -p -m 0644 ../src.var/www/index.html \
- dest/var/www/index.html; \
fi; \
if config_enabled IFUPDOWN; then \
install -d -m 0755 dest/etc; \