diff --git a/tools/daca2.py b/tools/daca2.py index a1366c82f..14b75ecbf 100644 --- a/tools/daca2.py +++ b/tools/daca2.py @@ -144,7 +144,7 @@ def scanarchive(filepath): elif filename[-4:] == '.bz2': subprocess.call(['tar', 'xjvf', filename]) - if filename[:5] == 'flite' or filename[:5] == 'boost' or filename[:6] == 'iceowl': + if filename[:5] == 'flite' or filename[:5] == 'boost' or filename[:6] == 'iceowl' or filename[:7] == 'insight': results = open('results.txt', 'at') results.write('fixme: skipped package to avoid hang\n') results.close()