From c94ce968dd8319c5c9b996af681055d9e822d57c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 4 Oct 2006 08:17:30 +0000 Subject: Don't create /cvs-src since the cvs.eclass will do that automatically. svn path=/main/trunk/; revision=4591 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage.py b/pym/portage.py index 6086f1c0e..7aa0e558b 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -2080,7 +2080,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks", dirmode = 02070 filemode = 060 modemask = 02 - distdir_dirs = ["", "cvs-src"] + distdir_dirs = [""] if "distlocks" in features: distdir_dirs.append(".locks") try: -- cgit v1.2.3-1-g7c22