From: Zac Medico Date: Wed, 4 Oct 2006 08:17:30 +0000 (-0000) Subject: Don't create /cvs-src since the cvs.eclass will do that automatically. X-Git-Tag: v2.1.2~713 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c94ce968dd8319c5c9b996af681055d9e822d57c;p=portage.git Don't create /cvs-src since the cvs.eclass will do that automatically. svn path=/main/trunk/; revision=4591 --- 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: