diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-03-08 13:24:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-03-08 13:24:49 +0000 |
commit | a0551c238843fcc1c62d28fa88a9f2f10f2f4682 (patch) | |
tree | fe78081b771a14f13188926775f850fab983eb0c /eclass | |
parent | Version bump. (diff) | |
download | historical-a0551c238843fcc1c62d28fa88a9f2f10f2f4682.tar.gz historical-a0551c238843fcc1c62d28fa88a9f2f10f2f4682.tar.bz2 historical-a0551c238843fcc1c62d28fa88a9f2f10f2f4682.zip |
revert previous change as it makes no difference and the real bug is in sandbox
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/games.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass index 1abf37e95213..7c6d01be5d66 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.134 2009/03/05 02:07:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.135 2009/03/08 13:24:49 vapier Exp $ # devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org # @@ -80,7 +80,7 @@ prepgamesdirs() { do [[ ! -d ${D}/${dir} ]] && continue ( - gamesowners -h -R "${D}/${dir}" + gamesowners -R "${D}/${dir}" find "${D}/${dir}" -type d -print0 | xargs -0 chmod 750 mode=o-rwx,g+r,g-w [[ ${dir} = ${GAMES_STATEDIR} ]] && mode=o-rwx,g+r |