From fe826380797ea035ac2778fa03149ac7b5e89b18 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Fri, 25 Apr 2008 03:39:58 +0000 Subject: as NEEDED files don't conain enough formation for e.g. preserve-libsto work properly and we don't want to change the format of existing files create another file including additional information svn path=/main/trunk/; revision=9970 --- pym/portage/dbapi/vartree.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym') diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index d2ff6c1ef..d9048dcab 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -2055,6 +2055,7 @@ class dblink(object): # copy "info" files (like SLOT, CFLAGS, etc.) into the database for x in listdir(inforoot): + print x self.copyfile(inforoot+"/"+x) # write local package counter for recording -- cgit v1.2.3-1-g7c22