Skip to content

Commit

Permalink
packaging fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Raby committed Apr 11, 2013
1 parent 3a61a25 commit 01f20a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/debian/sogo.postinst
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packaging/rhel/sogo.spec
Expand Up @@ -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
Expand Down

0 comments on commit 01f20a4

Please sign in to comment.