summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/thttpd.make')
-rw-r--r--rules/thttpd.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/thttpd.make b/rules/thttpd.make
index 0facf7d20..c502378d7 100644
--- a/rules/thttpd.make
+++ b/rules/thttpd.make
@@ -126,6 +126,8 @@ ifneq ($(PTXCONF_ROOTFS_ETC_INITD_THTTPD_LINK),"")
@$(call install_copy, 0, 0, 0755, /etc/rc.d)
@$(call install_link, ../init.d/thttpd, /etc/rc.d/$(PTXCONF_ROOTFS_ETC_INITD_THTTPD_LINK))
endif
+ @$(call install_copy, 0, 0, 0755, /var/www)
+ @$(call install_copy, 0, 0, 0755, $(PTXDIST_TOPDIR)/projects/generic/thttpd.html, /var/www/index.html, n)
@$(call install_finish)
@$(call touch, $@)