diff options
| author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2020-03-29 15:19:20 +0300 |
|---|---|---|
| committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2020-03-29 17:03:18 +0300 |
| commit | 66fd930fc2d14371e704f0f1835cb1a4fd114b8a (patch) | |
| tree | d03a40f1db73c81f2291337076ae5deb8adcf8bc /main/lighttpd | |
| parent | 27d24b12e3cf6eaaed61366138f08a17c7852dfe (diff) | |
| download | aports-66fd930fc2d14371e704f0f1835cb1a4fd114b8a.tar.bz2 aports-66fd930fc2d14371e704f0f1835cb1a4fd114b8a.tar.xz | |
main/lighttpd: log directory permissions
Diffstat (limited to 'main/lighttpd')
| -rw-r--r-- | main/lighttpd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lighttpd/APKBUILD b/main/lighttpd/APKBUILD index b297a90dc9..6efea1eebf 100644 --- a/main/lighttpd/APKBUILD +++ b/main/lighttpd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lighttpd pkgver=1.4.55 -pkgrel=0 +pkgrel=1 pkgdesc="Secure, fast, compliant and very flexible web-server" url="https://www.lighttpd.net" arch="all" @@ -53,7 +53,7 @@ package() { make DESTDIR="$pkgdir" install # create dirs - install -d -m755 -o lighttpd -g lighttpd \ + install -d -m2750 -o lighttpd -g wheel \ "$pkgdir"/var/log/lighttpd/ install -d -m755 \ "$pkgdir"/etc/lighttpd/ \ |
