summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.in
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 /rules/thttpd.in
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>
Diffstat (limited to 'rules/thttpd.in')
-rw-r--r--rules/thttpd.in2
1 files changed, 1 insertions, 1 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."