tagging entropy 0.8.5.3

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@700 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2007-11-16 11:52:38 +00:00
parent db62d8d341
commit a9fa03124f

View File

@@ -1317,11 +1317,11 @@ def installPackageIntoGentooDatabase(infoDict,packageFile, newidpackage = -1):
# write new counter to file
if os.path.isdir(destination):
counter += 1
f = open(destination+"/"+dbCOUNTER,"w")
f.write(str(counter)+"\n")
f.flush()
f.close()
counter += 1
f = open(edbCOUNTER,"w")
f.write(str(counter))
f.flush()