* [Buildroot] [PATCH] package/lighttpd: fix missing conf install
@ 2025-01-19 13:39 Thomas Devoogdt
2025-01-19 14:26 ` Julien Olivain
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Devoogdt @ 2025-01-19 13:39 UTC (permalink / raw)
To: buildroot; +Cc: Thomas Devoogdt
Commit 2c94ed37fb4d20d3a8e485e972ccdc2aef43e59a bumped lighttpd,
but forgot to include the lighttpd.annotated.conf file to the install list.
See the news: https://www.lighttpd.net/2025/1/10/1.4.77/
"doc/config/lighttpd.conf has been renamed to
doc/config/lighttpd.annotated.conf, and doc/config/lighttpd.conf
is now a simpler header which includes lighttpd.annotated.conf."
Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
---
package/lighttpd/lighttpd.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk
index 985b9ca513..609fe3e3be 100644
--- a/package/lighttpd/lighttpd.mk
+++ b/package/lighttpd/lighttpd.mk
@@ -185,6 +185,8 @@ define LIGHTTPD_INSTALL_CONFIG
$(INSTALL) -d -m 0755 $(TARGET_DIR)/var/www
$(INSTALL) -D -m 0644 $(@D)/doc/config/lighttpd.conf \
$(TARGET_DIR)/etc/lighttpd/lighttpd.conf
+ $(INSTALL) -D -m 0644 $(@D)/doc/config/lighttpd.annotated.conf \
+ $(TARGET_DIR)/etc/lighttpd/lighttpd.annotated.conf
$(INSTALL) -D -m 0644 $(@D)/doc/config/modules.conf \
$(TARGET_DIR)/etc/lighttpd/modules.conf
$(INSTALL) -D -m 0644 $(@D)/doc/config/conf.d/access_log.conf \
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-19 14:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-19 13:39 [Buildroot] [PATCH] package/lighttpd: fix missing conf install Thomas Devoogdt
2025-01-19 14:26 ` Julien Olivain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox