From 3fc67bb8b59a85fc854cd4124a01a14ee7d64d41 Mon Sep 17 00:00:00 2001 From: lxnay Date: Sat, 24 Mar 2007 17:49:40 +0000 Subject: [PATCH] add logdir to the cleanup directory list git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@191 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropyTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entropyTools.py b/libraries/entropyTools.py index c7109a47c..44bc7ec26 100644 --- a/libraries/entropyTools.py +++ b/libraries/entropyTools.py @@ -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: