summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Jones <cretin@gentoo.org>2002-11-22 13:35:29 +0000
committerStefan Jones <cretin@gentoo.org>2002-11-22 13:35:29 +0000
commit695ff581de9ed3871a6c01d2140adda767262f97 (patch)
tree4700eb926c0be8bb66eb5e927ee67c7891162853 /eclass/cvs.eclass
parentremoved binutils mask line (diff)
downloadhistorical-695ff581de9ed3871a6c01d2140adda767262f97.tar.gz
historical-695ff581de9ed3871a6c01d2140adda767262f97.tar.bz2
historical-695ff581de9ed3871a6c01d2140adda767262f97.zip
changed chown root to chown `whoami`
Diffstat (limited to 'eclass/cvs.eclass')
-rw-r--r--eclass/cvs.eclass4
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() {