Also clean ethumb files in CleanGenerated command

This commit is contained in:
Davide Andreoli 2014-12-21 12:47:25 +01:00
parent 1eaa0f4384
commit 709bb23cd3
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class CleanGenerated(Command):
def run(self):
for lib in ("eo", "evas", "ecore", "edje", "edje/edit", "emotion",
"elementary", "utils"):
"elementary", "ethumb", "utils"):
for root, dirs, files in \
os.walk(os.path.join(script_path, "efl", lib)):
for f in files: