浏览代码

package/lighttpd: fix missing conf install

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>
Signed-off-by: Julien Olivain <ju.o@free.fr>
Thomas Devoogdt 6 月之前
父节点
当前提交
12ec5d5059
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      package/lighttpd/lighttpd.mk

+ 2 - 0
package/lighttpd/lighttpd.mk

@@ -185,6 +185,8 @@ define LIGHTTPD_INSTALL_CONFIG
 	$(INSTALL) -d -m 0755 $(TARGET_DIR)/var/www
 	$(INSTALL) -d -m 0755 $(TARGET_DIR)/var/www
 	$(INSTALL) -D -m 0644 $(@D)/doc/config/lighttpd.conf \
 	$(INSTALL) -D -m 0644 $(@D)/doc/config/lighttpd.conf \
 		$(TARGET_DIR)/etc/lighttpd/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 \
 	$(INSTALL) -D -m 0644 $(@D)/doc/config/modules.conf \
 		$(TARGET_DIR)/etc/lighttpd/modules.conf
 		$(TARGET_DIR)/etc/lighttpd/modules.conf
 	$(INSTALL) -D -m 0644 $(@D)/doc/config/conf.d/access_log.conf \
 	$(INSTALL) -D -m 0644 $(@D)/doc/config/conf.d/access_log.conf \