summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-02-02 13:06:18 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-02-02 13:06:18 +0000
commita6df3bdecc92dd8c9605f1b38eefbcc3db9fb18d (patch)
treeaafcc9be14b3449274b18d0153a4354bf71a7b95 /rules/thttpd.make
parent4fbcd5daae6cd49e1c1aba434334f1245c1b570e (diff)
downloadptxdist-a6df3bdecc92dd8c9605f1b38eefbcc3db9fb18d.tar.gz
ptxdist-a6df3bdecc92dd8c9605f1b38eefbcc3db9fb18d.tar.xz
fixed install permissions, PATCH by Randall Loomis
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4490 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 64cdd02f3..16a0b1793 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, 12, 102, 0755, /var/www)
- @$(call install_copy, 12, 102, 0755, $(PTXDIST_TOPDIR)/projects/generic/thttpd.html, /var/www/index.html, n)
+ @$(call install_copy, 12, 102, 0644, $(PTXDIST_TOPDIR)/projects/generic/thttpd.html, /var/www/index.html, n)
@$(call install_finish)
@$(call touch, $@)