From 01f20a42ad55356c772ca2a4a758d5421e986987 Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Thu, 11 Apr 2013 09:18:43 -0400 Subject: [PATCH] packaging fixups --- packaging/debian/sogo.postinst | 2 +- packaging/rhel/sogo.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/debian/sogo.postinst b/packaging/debian/sogo.postinst index 212de1139..82cfa7d4e 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 9e8842534..8cb0000f0 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