summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorJohn Voltz <john.voltz@gmail.com>2008-04-04 12:23:28 +0000
committerJohn Voltz <john.voltz@gmail.com>2008-04-04 12:23:28 +0000
commit871b0782412287c3d6292b9760b2cb90ec985198 (patch)
tree6e2e8b352f0e289b7542a61a49e36eaca3ff9b1e /package
parent824e0449b7c7ca45147aa9fd2576821b784a27d1 (diff)
fix for festival install patch
Diffstat (limited to 'package')
-rw-r--r--package/festival/speech-tools/speech-tools-1.2.96-beta-install.patch16
1 files changed, 13 insertions, 3 deletions
diff --git a/package/festival/speech-tools/speech-tools-1.2.96-beta-install.patch b/package/festival/speech-tools/speech-tools-1.2.96-beta-install.patch
index d67971f92..1a03260f9 100644
--- a/package/festival/speech-tools/speech-tools-1.2.96-beta-install.patch
+++ b/package/festival/speech-tools/speech-tools-1.2.96-beta-install.patch
@@ -24,7 +24,7 @@
--- a/config/rules/bin_process.mak 2004-01-27 18:56:39.000000000 -0500
+++ b/config/rules/bin_process.mak 2008-04-03 12:37:31.000000000 -0400
-@@ -69,7 +69,8 @@ endif
+@@ -69,10 +69,17 @@ endif
do \
b=`basename "$$i"`;\
$(ECHO_N) " $$b";\
@@ -32,5 +32,15 @@
+ $(INSTALL_PROG) "$$main/$$i" "$(DESTDIR)/usr/bin/$$b";\
+ $(STRIP) "$(DESTDIR)/usr/bin/$$b";\
done
- @echo
-
+- @echo
+-
++ @$(ECHO_N) "Install Scheme Libraries:"
++ @main=`pwd` ;\
++ cp -a "$$main/../../lib" "$(DESTDIR)/usr/share/festival";\
++ for i in `find "$(DESTDIR)/usr/share/festival/lib" -name Makefile`;\
++ do \
++ rm "$$i"; \
++ done
++
+ .link_main:
+ @$(MAKE) MADE_FROM_ABOVE=1 --no-print-directory -C '$(PROJECT_MAIN_DIR)' BIN=TOP/$(DIRNAME) LIBDIR=MAIN/TOP/$(PROJECT_LIBRARY_DIR) MAIN='$($(PROJECT_PREFIX)_HOME)' .link_main$(S) \ No newline at end of file