diff options
author | Stefan Jones <cretin@gentoo.org> | 2002-11-22 13:35:29 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2002-11-22 13:35:29 +0000 |
commit | 49a831521e9d1eb1585a2da7619d1e78553e7961 (patch) | |
tree | 50560be733ca3f311fa3182f660666c0fe57da10 /eclass/cvs.eclass | |
parent | removed binutils mask line (diff) | |
download | gentoo-2-49a831521e9d1eb1585a2da7619d1e78553e7961.tar.gz gentoo-2-49a831521e9d1eb1585a2da7619d1e78553e7961.tar.bz2 gentoo-2-49a831521e9d1eb1585a2da7619d1e78553e7961.zip |
changed chown root to chown `whoami`
Diffstat (limited to 'eclass/cvs.eclass')
-rw-r--r-- | eclass/cvs.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index a8a2ee5385dc..6f41942c2ba1 100644 --- a/eclass/cvs.eclass +++ b/eclass/cvs.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.24 2002/11/19 12:54:22 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.25 2002/11/22 13:35:29 cretin Exp $ # This eclass provides the generic cvs fetching functions. ECLASS=cvs @@ -269,7 +269,7 @@ EndOfFile # log out and restore ownership su $ECVS_RUNAS -c "cvs logout" &> /dev/null - chown root ${T}/cvspass + chown `whoami` ${T}/cvspass } cvs_src_unpack() { |