[Freeswitch-svn] [commit] r8978 - freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx

Freeswitch SVN brian at freeswitch.org
Wed Jul 9 21:19:27 EDT 2008


Author: brian
Date: Wed Jul  9 21:19:27 2008
New Revision: 8978

Modified:
   freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/Makefile

Log:
better be safe than sorry

Modified: freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/Makefile	(original)
+++ freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/Makefile	Wed Jul  9 21:19:27 2008
@@ -40,11 +40,11 @@
 	$(TOUCH_TARGET)
 
 $(DESTDIR)$(PREFIX)/grammar/model:
-	mkdir $(DESTDIR)$(PREFIX)/grammar/model
+	mkdir -p $(DESTDIR)$(PREFIX)/grammar/model
 
 $(DESTDIR)$(PREFIX)/grammar/model/communicator:
 	$(GETLIB) $(SPHINXMODEL).tar.gz
-	mkdir $(DESTDIR)$(PREFIX)/grammar/model/communicator
+	mkdir -p $(DESTDIR)$(PREFIX)/grammar/model/communicator
 	mv $(BASE)/libs/Communicator_semi_40.cd_semi_6000/* $(DESTDIR)$(PREFIX)/grammar/model/communicator
 
 local_install: $(DESTDIR)$(PREFIX)/grammar/model $(DESTDIR)$(PREFIX)/grammar/model/communicator



More information about the Freeswitch-svn mailing list