diff --git a/packaging/debian/sogo.postinst b/packaging/debian/sogo.postinst index 212de1139d..82cfa7d4e7 100644 --- a/packaging/debian/sogo.postinst +++ b/packaging/debian/sogo.postinst @@ -25,7 +25,7 @@ case "$1" in chmod 750 /etc/sogo chown root:sogo /etc/sogo chmod 640 /etc/sogo/sogo.conf - chown root:sogo /etc/sogo.conf + chown root:sogo /etc/sogo/sogo.conf ;; abort-upgrade|abort-remove|abort-deconfigure) diff --git a/packaging/rhel/sogo.spec b/packaging/rhel/sogo.spec index 9e88425345..8cb0000f00 100644 --- a/packaging/rhel/sogo.spec +++ b/packaging/rhel/sogo.spec @@ -5,7 +5,7 @@ %{!?python_sys_pyver: %global python_sys_pyver %(/usr/bin/python -c "import sys; print sys.hexversion")} -%define sogo_user "sogo" +%define sogo_user sogo Summary: SOGo Name: sogo