better using collision protection = 1

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1406 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-03-05 09:37:57 +00:00
parent 55a742e015
commit a03cd683c6
+1 -1
View File
@@ -179,7 +179,7 @@ def worldUpdate(onlyfetch = False, replay = False, upgradeTo = None, resume = Fa
# disable collisions protection, better
oldcollprotect = etpConst['collisionprotect']
etpConst['collisionprotect'] = 0
etpConst['collisionprotect'] = 1
if (update) or (resume):
rc = installPackages(atomsdata = update, onlyfetch = onlyfetch, resume = resume, skipfirst = skipfirst, dochecksum = dochecksum)