daca2: avoid hang for iceowl package

This commit is contained in:
Daniel Marjamäki 2013-11-30 16:16:11 +01:00
parent be69bfa421
commit 663f5a14b0
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ def scanarchive(filepath):
elif filename[-4:] == '.bz2':
subprocess.call(['tar', 'xjvf', filename])
if filename[:5] == 'flite' or filename[:5] == 'boost':
if filename[:5] == 'flite' or filename[:5] == 'boost' or filename[:6] == 'iceowl':
results = open('results.txt', 'at')
results.write('fixme: skipped package to avoid hang\n')
results.close()