check_dependency: check for espeak-ng instead of espeak
This commit is contained in:
parent
404672a5b1
commit
566f2ca8a4
@ -201,7 +201,7 @@ if available:
|
||||
currentInstallation.append('espeakDriver')
|
||||
print('genericDriver (uses espeak by default)')
|
||||
available = True
|
||||
if os.path.exists('/usr/bin/espeak') or os.path.exists('/bin/espeak'):
|
||||
if os.path.exists('/usr/bin/espeak-ng') or os.path.exists('/bin/espeak-ng'):
|
||||
print('espeak: OK')
|
||||
else:
|
||||
print('espeak: FAIL')
|
||||
|
Loading…
Reference in New Issue
Block a user