diff --git a/core-testing/emgauwa-core-testing.tmpfiles b/core-testing/emgauwa-core-testing.tmpfiles index 1d6a4e9..ef1f2fd 100644 --- a/core-testing/emgauwa-core-testing.tmpfiles +++ b/core-testing/emgauwa-core-testing.tmpfiles @@ -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 diff --git a/webapp/PKGBUILD b/webapp/PKGBUILD index 9c3942c..ef64c8d 100644 --- a/webapp/PKGBUILD +++ b/webapp/PKGBUILD @@ -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" }