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