summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-01-22 11:50:27 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-01-22 11:50:27 +0000
commit32453cb37b567f496be286b8d47d18ab5aac807d (patch)
treeab1e4ec2485bda8fe6b98dba0c27553e41f4da8a /rules/thttpd.make
parent101ea83ff09da64123db896f635c8c55b2548f79 (diff)
downloadptxdist-32453cb37b567f496be286b8d47d18ab5aac807d.tar.gz
ptxdist-32453cb37b567f496be286b8d47d18ab5aac807d.tar.xz
Setting permissions
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4359 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 c502378d7..d6041266f 100644
--- a/rules/thttpd.make
+++ b/rules/thttpd.make
@@ -127,7 +127,7 @@ ifneq ($(PTXCONF_ROOTFS_ETC_INITD_THTTPD_LINK),"")
@$(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_copy, 12, 102, 0755, $(PTXDIST_TOPDIR)/projects/generic/thttpd.html, /var/www/index.html, n)
@$(call install_finish)
@$(call touch, $@)