From: "Pavlos Ratis" <dastergon@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/games:master commit in: eclass/
Date: Mon, 4 Aug 2014 22:54:21 +0000 (UTC) [thread overview]
Message-ID: <1205442007.6d447c9da743fe71b845c17eddff2702a09fa1e2.dastergon@gentoo> (raw)
commit: 6d447c9da743fe71b845c17eddff2702a09fa1e2
Author: Chris Gianelloni <wolf31o2 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 21:00:07 2008 +0000
Commit: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 21:00:07 2008 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/games.git;a=commit;h=6d447c9d
Fix a typo and change to setgid instead of setuid. Oops.
svn path=/; revision=7
---
eclass/games.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/games.eclass b/eclass/games.eclass
index 3d5b1ff..1e4b44b 100644
--- a/eclass/games.eclass
+++ b/eclass/games.eclass
@@ -105,13 +105,13 @@ prepgamesdirs() {
[[ -d ${D}/${GAMES_BINDIR} ]] || return 0
if [[ -n ${GAMES_SCORES_FILES} ]]
then
- perms=4750
+ perms=2750
for f in ${GAMES_SCORES_FILES}
do
GAMES_GROUP=${GAMES_SCORES_GROUP} gamesowners "${D}/${f}"
done
GAMES_GROUP=${GAMES_SCORES_GROUP} gamesowners -R \
- "${D}/${GAMES_BINDIR}"i/*
+ "${D}/${GAMES_BINDIR}"/*
fi
find "${D}/${GAMES_BINDIR}" -maxdepth 1 -type f -exec chmod ${perms} '{}' \;
}
next reply other threads:[~2014-08-04 22:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-04 22:54 Pavlos Ratis [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-08-04 22:54 [gentoo-commits] proj/games:master commit in: eclass/ Pavlos Ratis
2014-08-04 22:54 Pavlos Ratis
2014-08-04 22:54 Pavlos Ratis
2014-08-04 22:54 Pavlos Ratis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1205442007.6d447c9da743fe71b845c17eddff2702a09fa1e2.dastergon@gentoo \
--to=dastergon@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox