summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gevers <elbrus@debian.org>2015-11-03 16:55:25 +0100
committerPaul Gevers <elbrus@debian.org>2015-11-03 22:18:10 +0100
commit71ea70e49a88aec66eec97cdc3061e3a7e95c252 (patch)
treee8903f8a36c002d8c633ccca6000c0026aa62dea
parent88f3d25430ebb5ed9df5d43ab8b79f2ce4106c3c (diff)
Fix FTBFS when using festival as it moved a file to a new location
-rw-r--r--lib/dicts/cmu/Makefile4
1 files 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)