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

@ -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"
}