Fix the owner of /etc7emgauwa/

This commit is contained in:
Tobias Reisinger 2020-11-19 19:56:44 +01:00
parent 58d94cc3a3
commit 6893d6269f
2 changed files with 4 additions and 4 deletions

View file

@ -3,6 +3,6 @@ d /var/lib/emgauwa/core 0750
Z /var/lib/emgauwa - emgauwa emgauwa
d /var/log/emgauwa 0750
Z /var/log/emgauwa - emgauwa emgauwa
z /etc/emgauwa 0750 root emgauwa
z /etc/emgauwa/core.conf 0660 root emgauwa
d /etc/emgauwa/core.conf.d 0750 root emgauwa
z /etc/emgauwa 0750 root root
z /etc/emgauwa/core.conf 0660 root root
d /etc/emgauwa/core.conf.d 0750 root root

View file

@ -19,5 +19,5 @@ package() {
install -dm750 "${pkgdir}/etc/emgauwa/"
install -dm750 "${pkgdir}/etc/emgauwa/core.conf.d"
install -Dm750 -o emgauwa -g emgauwa "webapp.conf" "${pkgdir}/etc/emgauwa/core.conf.d/webapp.conf"
install -Dm750 "webapp.conf" "${pkgdir}/etc/emgauwa/core.conf.d/webapp.conf"
}