summaryrefslogtreecommitdiff
path: root/package/lighttpd/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-11 17:29:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-11 17:29:48 +0200
commit6222925ea120fc7acc520a79dd8bda0979b7a392 (patch)
tree3c9bfa3095183d292f830fe3f4f53cbbb774e7a7 /package/lighttpd/Makefile
parenta599610f7b2992a832561ce09b81c7d66409eb83 (diff)
make default mpdbox collection working out of the box
Diffstat (limited to 'package/lighttpd/Makefile')
-rw-r--r--package/lighttpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lighttpd/Makefile b/package/lighttpd/Makefile
index 62b85e708..c4523efd7 100644
--- a/package/lighttpd/Makefile
+++ b/package/lighttpd/Makefile
@@ -150,9 +150,9 @@ post-install: ${INSTALL_MODS_y} ${INSTALL_MODS_m}
${INSTALL_DIR} $(IDIR_LIGHTTPD)/etc/lighttpd/conf.d
${INSTALL_DATA} ./files/lighttpd.conf $(IDIR_LIGHTTPD)/etc/lighttpd
${INSTALL_DATA} ./files/modules.conf $(IDIR_LIGHTTPD)/etc/lighttpd
- ${CP} ./files/conf.d $(IDIR_LIGHTTPD)/etc/lighttpd
${CP} ${WRKBUILD}/doc/config/conf.d/*.conf \
$(IDIR_LIGHTTPD)/etc/lighttpd/conf.d
+ ${CP} ./files/conf.d $(IDIR_LIGHTTPD)/etc/lighttpd
${INSTALL_DIR} $(IDIR_LIGHTTPD)/usr/lib/lighttpd
for m in indexfile staticfile accesslog; do \
$(CP) $(WRKINST)/usr/lib/lighttpd/mod_$$m.so $(IDIR_LIGHTTPD)/usr/lib/lighttpd/ ; \