festival: fix more paths (broken by r23330)

Patch by Markus Heidelberg <markus.heidelberg@web.de>
This commit is contained in:
Peter Korsgaard 2008-09-06 20:49:12 +00:00
parent ae1249ef84
commit 6619322f15

View File

@ -8,15 +8,15 @@ help
if BR2_PACKAGE_FESTIVAL
menu "speech tools"
source "package/festival/speech-tools/Config.in"
source "package/audio/festival/speech-tools/Config.in"
endmenu
menu "festival lexicons"
source "package/festival/lexicons/Config.in"
source "package/audio/festival/lexicons/Config.in"
endmenu
menu "festival voices"
source "package/festival/voices/Config.in"
source "package/audio/festival/voices/Config.in"
endmenu
endif