diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 13:12:06 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 13:12:06 +0000 |
commit | 6d1b10df472a4af6f2e5fad97ad606f299a94f01 (patch) | |
tree | 2def1f441480f4453e0dcf1b59cc04dfb1ed07a0 /games-strategy/magnant | |
parent | Replace root:root in root:0. Bug #103563. (diff) | |
download | gentoo-2-6d1b10df472a4af6f2e5fad97ad606f299a94f01.tar.gz gentoo-2-6d1b10df472a4af6f2e5fad97ad606f299a94f01.tar.bz2 gentoo-2-6d1b10df472a4af6f2e5fad97ad606f299a94f01.zip |
Replace root:root in root:0. Bug #103563.
(Portage version: 2.0.53)
Diffstat (limited to 'games-strategy/magnant')
-rw-r--r-- | games-strategy/magnant/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/magnant/magnant-2.00.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/magnant/ChangeLog b/games-strategy/magnant/ChangeLog index 4a2f25cbd2ab..02864f3ec2bc 100644 --- a/games-strategy/magnant/ChangeLog +++ b/games-strategy/magnant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/magnant # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/magnant/ChangeLog,v 1.1 2005/10/26 00:36:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/magnant/ChangeLog,v 1.2 2005/12/16 13:10:58 flameeyes Exp $ + + 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> magnant-2.00.ebuild: + Replace root:root in root:0. Bug #103563. *magnant-2.00 (Oct 25 2005) diff --git a/games-strategy/magnant/magnant-2.00.ebuild b/games-strategy/magnant/magnant-2.00.ebuild index 13a6cece3f4c..ae18939481bb 100644 --- a/games-strategy/magnant/magnant-2.00.ebuild +++ b/games-strategy/magnant/magnant-2.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/magnant/magnant-2.00.ebuild,v 1.3 2005/10/26 01:15:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/magnant/magnant-2.00.ebuild,v 1.4 2005/12/16 13:10:58 flameeyes Exp $ inherit eutils games @@ -22,7 +22,7 @@ src_unpack() { tar zxf magnant.dev_${PV}.tar.gz || die "unpacking tar" rm -r data/doc chmod -R go-w doc data - chown -R root:root doc data + chown -R root:0 doc data } src_install() { |