pushd doc/config
find . -type f ! -name 'Makefile*' -exec install -D -m644 {} "$PKGDIR"/usr/share/doc/lighttpd/config/{} \;
popd

install -d -m700 -o http -g http "$PKGDIR"/var/{log,cache}/lighttpd/
