commit:     d2bbe77375bb19f38909651f394a78dd60d7f501
Author:     Chris Gianelloni <wolf31o2 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 21:14:17 2008 +0000
Commit:     Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 21:14:17 2008 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/games.git;a=commit;h=d2bbe773

We should likely use 2755 instead of 2750, so the files can be read and any 
shell scripts that end up in GAMES_BINDIR are readable.

svn path=/; revision=8

---
 eclass/games.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/games.eclass b/eclass/games.eclass
index 1e4b44b..8a7f681 100644
--- a/eclass/games.eclass
+++ b/eclass/games.eclass
@@ -105,7 +105,7 @@ prepgamesdirs() {
        [[ -d ${D}/${GAMES_BINDIR} ]] || return 0
        if [[ -n ${GAMES_SCORES_FILES} ]]
        then
-               perms=2750
+               perms=2775
                for f in ${GAMES_SCORES_FILES}
                do
                        GAMES_GROUP=${GAMES_SCORES_GROUP} gamesowners 
"${D}/${f}"

Reply via email to