mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 10:37:14 +08:00
lighttpd: update to 1.4.36
This commit is contained in:
parent
9a7ad25bd8
commit
ca50d2bb65
@ -1,6 +1,6 @@
|
||||
pkgname=lighttpd
|
||||
pkgver=1.4.36
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A secure, fast, compliant and very flexible web-server.'
|
||||
license=('custom')
|
||||
arch=('x86_64')
|
||||
@ -58,7 +58,7 @@ package() {
|
||||
|
||||
install -D -m644 "${srcdir}/lighttpd.logrotate.d" "${pkgdir}/etc/logrotate.d/lighttpd"
|
||||
install -D -m644 "${srcdir}/lighttpd.conf" "${pkgdir}/etc/lighttpd/lighttpd.conf"
|
||||
install -d -m755 -o http -g http "${pkgdir}"/var/{run,log,cache}/lighttpd/
|
||||
install -d -m755 -o http -g http "${pkgdir}"/{run/lighttpd,var/{log,cache}/lighttpd/}
|
||||
install -D -m644 "${srcdir}/lighttpd.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/lighttpd.conf"
|
||||
install -D -m644 "${srcdir}/lighttpd.service" "${pkgdir}/usr/lib/systemd/system/lighttpd.service"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user