summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-10-24 19:00:21 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-10-24 19:00:21 +0000
commit49a186820c52b9edf1084c9618ff7d9cf3756f7c (patch)
treeddb324e1e8977d40fb0fd4b6a3dfcb4719090ba8 /rules/thttpd.make
parentfedd3efb1e9e6de40240acccc8a8e500b3551aff (diff)
downloadptxdist-49a186820c52b9edf1084c9618ff7d9cf3756f7c.tar.gz
ptxdist-49a186820c52b9edf1084c9618ff7d9cf3756f7c.tar.xz
* ptxdist: moved projects-example/generic to generic
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6219 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 d02f46e5a..a2097e7d7 100644
--- a/rules/thttpd.make
+++ b/rules/thttpd.make
@@ -118,7 +118,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-example/generic/etc/init.d/thttpd, /etc/init.d/thttpd, n)
+ @$(call install_copy, thttpd, 0, 0, 0755, $(PTXDIST_TOPDIR)/generic/etc/init.d/thttpd, /etc/init.d/thttpd, n)
endif
endif
ifneq ($(PTXCONF_ROOTFS_ETC_INITD_THTTPD_LINK),"")
@@ -126,7 +126,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-example/generic/thttpd.html, /var/www/index.html, n)
+ @$(call install_copy, thttpd, 12, 102, 0644, $(PTXDIST_TOPDIR)/generic/thttpd.html, /var/www/index.html, n)
@$(call install_finish, thttpd)
@$(call touch, $@)