From 4470d48b94e82727bf71882255211bdc155a93aa Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Sat, 11 Mar 2006 20:19:23 +0000 Subject: 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 --- rules/thttpd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules/thttpd.make') 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, $@) -- cgit v1.2.3