From 71ea70e49a88aec66eec97cdc3061e3a7e95c252 Mon Sep 17 00:00:00 2001 From: Paul Gevers Date: Tue, 3 Nov 2015 16:55:25 +0100 Subject: Fix FTBFS when using festival as it moved a file to a new location --- lib/dicts/cmu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dicts/cmu/Makefile b/lib/dicts/cmu/Makefile index 5948ee5..11d0234 100644 --- a/lib/dicts/cmu/Makefile +++ b/lib/dicts/cmu/Makefile @@ -58,7 +58,7 @@ FILES = Makefile COPYING $(SRCS) cmudict-0.4.scm cmudict-0.4.diff cmudict-0.4.out: cmudict-0.4.scm cmudict_extensions.scm cat cmudict-0.4.scm cmudict_extensions.scm >all.scm - ( echo "(load (string-append libdir \"/\" \"siod.scm\"))"; \ + ( echo "(load (string-append \"/usr/share/festival/siod.scm\"))"; \ echo "(require 'radio_phones)"; \ echo "(lex.compile \"all.scm\" \"cmudict-0.4.out\")" ) | \ festival -q @@ -78,4 +78,4 @@ reduce: festival -q backup: - tar zcvf cmudict04.tar.gz $(FILES) \ No newline at end of file + tar zcvf cmudict04.tar.gz $(FILES) -- cgit v1.2.3