diff options
Diffstat (limited to 'speech-tools/2.1-r2/patch/81_all_etcpath.patch')
-rw-r--r-- | speech-tools/2.1-r2/patch/81_all_etcpath.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/speech-tools/2.1-r2/patch/81_all_etcpath.patch b/speech-tools/2.1-r2/patch/81_all_etcpath.patch new file mode 100644 index 0000000..6341d6d --- /dev/null +++ b/speech-tools/2.1-r2/patch/81_all_etcpath.patch @@ -0,0 +1,17 @@ +diff -ur speech_tools/main/siod_main.cc speech_tools/main/siod_main.cc +--- speech_tools/main/siod_main.cc 2004-09-30 08:53:36.000000000 -0400 ++++ speech_tools/main/siod_main.cc 2007-03-13 00:49:35.000000000 -0400 +@@ -224,10 +224,10 @@ + cons(flocons(subminor),NIL)))); + + EST_Pathname etcdircommon = est_libdir; +- etcdircommon += "etc"; ++ etcdircommon += "etc/"; + +- EST_Pathname etcdir = etcdircommon; +- etcdir += est_ostype; ++ EST_Pathname etcdir = {{HORRIBLELIBARCHKLUDGE}}; ++ etcdir += "festival/etc/"; + + // Modify my PATH to include these directories + siod_set_lval("etc-path",cons(rintern(etcdir), |