summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-01-22 11:52:42 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-01-22 11:52:42 +0000
commitbe59639b584cc1a88cf89bfa6557f4947597e645 (patch)
tree142eba01204d52176011180404bded572b3b84a2 /rules/thttpd.make
parent32453cb37b567f496be286b8d47d18ab5aac807d (diff)
downloadptxdist-be59639b584cc1a88cf89bfa6557f4947597e645.tar.gz
ptxdist-be59639b584cc1a88cf89bfa6557f4947597e645.tar.xz
Setting permissions for base dir
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4360 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/thttpd.make')
-rw-r--r--rules/thttpd.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/thttpd.make b/rules/thttpd.make
index d6041266f..64cdd02f3 100644
--- a/rules/thttpd.make
+++ b/rules/thttpd.make
@@ -126,7 +126,7 @@ 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, 12, 102, 0755, /var/www)
@$(call install_copy, 12, 102, 0755, $(PTXDIST_TOPDIR)/projects/generic/thttpd.html, /var/www/index.html, n)
@$(call install_finish)