summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2015-06-03 12:20:41 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-06-03 18:26:54 +0200
commit0cea94b76c437c2151a7b4a43c30646933c3aa1c (patch)
tree01d49caaac854e3815279069364457f499d962d8
parenta3133bdd8aeab08cce0d368a77755df99944e4f3 (diff)
downloadptxdist-0cea94b76c437c2151a7b4a43c30646933c3aa1c.tar.gz
ptxdist-0cea94b76c437c2151a7b4a43c30646933c3aa1c.tar.xz
lighttpd: add /etc/lighttpd/conf.d
This directory is needed for plugin configs. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/lighttpd.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index 69310a79b..248dd3f66 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -110,6 +110,7 @@ endif
# #
@$(call install_alternative, lighttpd, 0, 0, 0644, \
/etc/lighttpd/lighttpd.conf)
+ @$(call install_copy, lighttpd, 0, 0, 0755, /etc/lighttpd/conf.d)
@$(call install_replace, lighttpd, /etc/lighttpd/lighttpd.conf, \
@MODULES@, $(LIGHTTPD_MODULE_STRING))