summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2004-01-26 15:06:02 +0000
committerAkinori Hattori <hattya@gentoo.org>2004-01-26 15:06:02 +0000
commit1b677c381afdb4bbec5ede2b38d2cb53de67112b (patch)
tree93f27e67ad0571d81cdf6f759caa7b9493d6a8d6 /eclass
parentstable on sparc (diff)
downloadgentoo-2-1b677c381afdb4bbec5ede2b38d2cb53de67112b.tar.gz
gentoo-2-1b677c381afdb4bbec5ede2b38d2cb53de67112b.tar.bz2
gentoo-2-1b677c381afdb4bbec5ede2b38d2cb53de67112b.zip
Fixes bug #39406 this time
Diffstat (limited to 'eclass')
-rw-r--r--eclass/subversion.eclass8
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass
index d42dc80926d9..27984d82ad9c 100644
--- a/eclass/subversion.eclass
+++ b/eclass/subversion.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.2 2004/01/26 08:46:29 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.3 2004/01/26 15:06:02 hattya Exp $
## --------------------------------------------------------------------------- #
# Author: Akinori Hattori <hattya@gentoo.org>
@@ -101,7 +101,13 @@ subversion_svn_fetch() {
fi
cd "${ESVN_STORE_DIR}"
+
+ # every time
addwrite "/etc/subversion"
+
+ # -userpriv
+ addwrite "/root/.subversion"
+
einfo
if [ -z ${ESVN_REPO_URI##*/} ]; then