commit:     5b190ffabcd4a51edf11b0bdfcbeb68c7f4656b8
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 20 11:19:08 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 20 11:19:08 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=5b190ffa

app-emacs/emacs-common-gentoo: Fix owner for /var/games too.

Package-Manager: portage-2.2.17

---
 app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999-r1.ebuild 
b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999-r1.ebuild
index 2d872dd..a50412c 100644
--- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999-r1.ebuild
+++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999-r1.ebuild
@@ -130,7 +130,8 @@ pkg_preinst() {
 
 pkg_postinst() {
        if use games; then
-               # update permissions of shared score dir
+               # update permissions of shared score dir #537580
+               chown root:root "${EROOT}"/var/games
                chmod 755 "${EROOT}"/var/games
                chown root:gamestat "${EROOT}"/var/games/emacs
                chmod 775 "${EROOT}"/var/games/emacs

Reply via email to