From d2bbe77375bb19f38909651f394a78dd60d7f501 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 13 Mar 2008 21:14:17 +0000 Subject: 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(-) (limited to 'eclass') 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}" -- cgit v1.2.3-65-gdbad