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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user