add logdir to the cleanup directory list

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@191 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2007-03-24 17:49:40 +00:00
parent ef288802b0
commit 3fc67bb8b5

View File

@@ -701,7 +701,7 @@ def alphaSorter(seq):
# Temporary files cleaner
def cleanup(options):
toCleanDirs = [ etpConst['packagestmpdir'] ]
toCleanDirs = [ etpConst['packagestmpdir'], etpConst['logdir'] ]
counter = 0
for dir in toCleanDirs: