summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-03-11 20:19:23 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-03-11 20:19:23 +0000
commit4470d48b94e82727bf71882255211bdc155a93aa (patch)
treeda347477977e7bde64ea600bc0ce64a2a674a01c /rules/thttpd.make
parentb7082506f9d0301ccbca4f2a940a4a596de2cf2c (diff)
downloadptxdist-4470d48b94e82727bf71882255211bdc155a93aa.tar.gz
ptxdist-4470d48b94e82727bf71882255211bdc155a93aa.tar.xz
paths fixed for generic directory
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5110 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 0768f279c..85ed48a20 100644
--- a/rules/thttpd.make
+++ b/rules/thttpd.make
@@ -119,7 +119,7 @@ ifdef PTXCONF_ROOTFS_ETC_INITD_THTTPD
ifneq ($(call remove_quotes,$(PTXCONF_ROOTFS_ETC_INITD_THTTPD_USER_FILE)),)
@$(call install_copy, thttpd, 0, 0, 0755, $(PTXCONF_ROOTFS_ETC_INITD_THTTPD_USER_FILE), /etc/init.d/thttpd, n)
else
- @$(call install_copy, thttpd, 0, 0, 0755, $(PTXDIST_TOPDIR)/projects/generic/etc/init.d/thttpd, /etc/init.d/thttpd, n)
+ @$(call install_copy, thttpd, 0, 0, 0755, $(PTXDIST_TOPDIR)/projects-example/generic/etc/init.d/thttpd, /etc/init.d/thttpd, n)
endif
endif
ifneq ($(PTXCONF_ROOTFS_ETC_INITD_THTTPD_LINK),"")
@@ -127,7 +127,7 @@ ifneq ($(PTXCONF_ROOTFS_ETC_INITD_THTTPD_LINK),"")
@$(call install_link, thttpd, ../init.d/thttpd, /etc/rc.d/$(PTXCONF_ROOTFS_ETC_INITD_THTTPD_LINK))
endif
@$(call install_copy, thttpd, 12, 102, 0755, /var/www)
- @$(call install_copy, thttpd, 12, 102, 0644, $(PTXDIST_TOPDIR)/projects/generic/thttpd.html, /var/www/index.html, n)
+ @$(call install_copy, thttpd, 12, 102, 0644, $(PTXDIST_TOPDIR)/projects-example/generic/thttpd.html, /var/www/index.html, n)
@$(call install_finish, thttpd)
@$(call touch, $@)