From a9fa03124fbf53333dcaedd2a0a065211f106340 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Fri, 16 Nov 2007 11:52:38 +0000 Subject: [PATCH] tagging entropy 0.8.5.3 git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@700 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- client/equoTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/equoTools.py b/client/equoTools.py index 8e97a3538..dbe150e05 100644 --- a/client/equoTools.py +++ b/client/equoTools.py @@ -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()