summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2012-08-07 13:01:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-03 16:56:39 +0200
commitdd9f9b65cba46edfb3348c306529e9008c4d54e9 (patch)
treee816ef0c4a334a4e00dda1eddf3c21584cb9e295
parent6e5e1481eb480edf7a31ee65996524387b007bd0 (diff)
downloadptxdist-dd9f9b65cba46edfb3348c306529e9008c4d54e9.tar.gz
ptxdist-dd9f9b65cba46edfb3348c306529e9008c4d54e9.tar.xz
lighttpd: improve comments
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--rules/lighttpd.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index 22cb465da..a4601bac1 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -70,11 +70,13 @@ $(STATEDIR)/lighttpd.targetinstall:
@$(call install_fixup, lighttpd,AUTHOR,"Daniel Schnell <danielsch@marel.com>")
@$(call install_fixup, lighttpd,DESCRIPTION,missing)
+# # bins
@$(call install_copy, lighttpd, 0, 0, 0755, -, \
/usr/sbin/lighttpd)
@$(call install_copy, lighttpd, 0, 0, 0755, -, \
/usr/sbin/lighttpd-angel)
+# # modules
@cd $(LIGHTTPD_PKGDIR) && \
find ./usr/lib -name "*.so" | \
while read file; do \