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: <1205443711.207b47e9e3a634f9dc0ea157d2f794bc75b98347.dastergon@gentoo> (raw)
commit: 207b47e9e3a634f9dc0ea157d2f794bc75b98347
Author: Chris Gianelloni <wolf31o2 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 21:28:31 2008 +0000
Commit: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 21:28:31 2008 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/games.git;a=commit;h=207b47e9
Comment out the code to change files in GAMES_BINDIR, since it fails it badly if the file is a shell script.
svn path=/; revision=9
---
eclass/games.eclass | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/eclass/games.eclass b/eclass/games.eclass
index 8a7f681..eaa6520 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=2775
+# perms=2775
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}"/*
+# GAMES_GROUP=${GAMES_SCORES_GROUP} gamesowners -R \
+# "${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=1205443711.207b47e9e3a634f9dc0ea157d2f794bc75b98347.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