summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-06-19 11:07:21 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-06-19 11:58:04 +0200
commit8e023d95fad1f396213c67344cca7418d9ea5d43 (patch)
tree10e282521b55e1e89d38199e274a1579f2e6ffad
parent6e7b8bdb582cde6a2cf8a5c5b50d8a004fa04d1b (diff)
downloadptxdist-8e023d95fad1f396213c67344cca7418d9ea5d43.tar.gz
ptxdist-8e023d95fad1f396213c67344cca7418d9ea5d43.tar.xz
thttpd: fix migration from generic -> projectroot
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/thttpd.in2
-rw-r--r--rules/thttpd.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/rules/thttpd.in b/rules/thttpd.in
index 4986f1784..e776e97b9 100644
--- a/rules/thttpd.in
+++ b/rules/thttpd.in
@@ -25,7 +25,7 @@ config THTTPD__GENERIC_SITE
prompt "Populate a generic website"
help
This install a generic website into /var/www/index.html
- from <ptxdist-install>/generic/var/www/thttpd.html
+ from <ptxdist-install>/projectroot/var/www/thttpd.html
config THTTPD__INSTALL_HTPASSWD
bool "Install mkpasswd tool."
diff --git a/rules/thttpd.make b/rules/thttpd.make
index 258595dd6..a6fe1f1ed 100644
--- a/rules/thttpd.make
+++ b/rules/thttpd.make
@@ -76,7 +76,7 @@ endif
ifdef PTXCONF_THTTPD__GENERIC_SITE
@$(call install_copy, thttpd, 12, 102, 0755, /var/www)
@$(call install_copy, thttpd, 12, 102, 0644, \
- $(PTXDIST_TOPDIR)/generic/var/www/thttpd.html, \
+ $(PTXDIST_TOPDIR)/projectroot/var/www/thttpd.html, \
/var/www/index.html, n)
endif