summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-01-22 11:47:19 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-01-22 11:47:19 +0000
commit101ea83ff09da64123db896f635c8c55b2548f79 (patch)
tree320310d374fd4e7a91648746c5f9ffa793d1d6ac /rules/thttpd.make
parenta3360413dce329fe5cef2299ee770c61b664659f (diff)
downloadptxdist-101ea83ff09da64123db896f635c8c55b2548f79.tar.gz
ptxdist-101ea83ff09da64123db896f635c8c55b2548f79.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4358 33e552b5-05e3-0310-8538-816dae2090ed
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, $@)