From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 512DB13877A for ; Mon, 4 Aug 2014 22:54:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8592CE094A; Mon, 4 Aug 2014 22:54:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6A69E094C for ; Mon, 4 Aug 2014 22:54:24 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4BB4340195 for ; Mon, 4 Aug 2014 22:54:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A7E8E18820 for ; Mon, 4 Aug 2014 22:54:21 +0000 (UTC) From: "Pavlos Ratis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pavlos Ratis" Message-ID: <1205442857.d2bbe77375bb19f38909651f394a78dd60d7f501.dastergon@gentoo> Subject: [gentoo-commits] proj/games:master commit in: eclass/ X-VCS-Repository: proj/games X-VCS-Files: eclass/games.eclass X-VCS-Directories: eclass/ X-VCS-Committer: dastergon X-VCS-Committer-Name: Pavlos Ratis X-VCS-Revision: d2bbe77375bb19f38909651f394a78dd60d7f501 X-VCS-Branch: master Date: Mon, 4 Aug 2014 22:54:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fd787628-d347-40ca-96f1-457a5260ab4c X-Archives-Hash: 96d282145e5ee3538ad17e960069c682 commit: d2bbe77375bb19f38909651f394a78dd60d7f501 Author: Chris Gianelloni gentoo org> AuthorDate: Thu Mar 13 21:14:17 2008 +0000 Commit: Pavlos Ratis gentoo 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}"