summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2005-08-10 15:31:20 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2005-08-10 15:31:20 +0000
commit3ba35d37fe7ec4f2218855af1663afbfe2b951b6 (patch)
treeb09cfc4d156eaecc9c4884449ddcdc1da33f052e /rules/thttpd.make
parent2119b3e20d14c0247bb3a4d3409fe8e8dbb94ae8 (diff)
downloadptxdist-3ba35d37fe7ec4f2218855af1663afbfe2b951b6.tar.gz
ptxdist-3ba35d37fe7ec4f2218855af1663afbfe2b951b6.tar.xz
* changed mode of thttpd from 555 -> 755 so that strip can actually strip (and write) the file
(this makes the cuckoo happy) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3037 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/thttpd.make')
-rw-r--r--rules/thttpd.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/thttpd.make b/rules/thttpd.make
index d270ad993..d3fa5c996 100644
--- a/rules/thttpd.make
+++ b/rules/thttpd.make
@@ -132,8 +132,8 @@ $(STATEDIR)/thttpd.targetinstall: $(thttpd_targetinstall_deps)
@$(call install_fixup,DEPENDS,)
@$(call install_fixup,DESCRIPTION,missing)
- @$(call install_copy, 0, 0, 0555, $(THTTPD_DIR)/thttpd, /usr/sbin/thttpd)
- @$(call install_copy, 0, 0, 0555, $(TOPDIR)/projects/generic/etc/init.d/thttpd, /etc/init.d/thttpd, n)
+ @$(call install_copy, 0, 0, 0755, $(THTTPD_DIR)/thttpd, /usr/sbin/thttpd)
+ @$(call install_copy, 0, 0, 0755, $(TOPDIR)/projects/generic/etc/init.d/thttpd, /etc/init.d/thttpd, n)
@$(call install_finish)
touch $@