From 11581b288f58506b98e774c912b10138b7cdeaaf Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 18 Jul 2008 13:31:00 +0000 Subject: [PATCH] typo git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9085 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/asr_tts/mod_pocketsphinx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/asr_tts/mod_pocketsphinx/Makefile b/src/mod/asr_tts/mod_pocketsphinx/Makefile index 6ce191f3c9..68101a6e41 100644 --- a/src/mod/asr_tts/mod_pocketsphinx/Makefile +++ b/src/mod/asr_tts/mod_pocketsphinx/Makefile @@ -48,7 +48,7 @@ $(DESTDIR)$(PREFIX)/grammar/model/communicator: mv $(BASE)/libs/Communicator_semi_40.cd_semi_6000/* $(DESTDIR)$(PREFIX)/grammar/model/communicator $(DESTDIR)$(PREFIX)/grammar/model/wsj1: - mkdir -p $(DESTDIR)$(PREFIX)/grammar/model/wjs1 + mkdir -p $(DESTDIR)$(PREFIX)/grammar/model/wsj1 mv $(POCKETSPHINX_DIR)/model/hmm/wsj1/* $(DESTDIR)$(PREFIX)/grammar/model/communicator/wsj1 grammar_maker: