Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/festival/speech-tools
@ 2008-04-04 12:23 ninevoltz at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: ninevoltz at uclibc.org @ 2008-04-04 12:23 UTC (permalink / raw)
  To: buildroot

Author: ninevoltz
Date: 2008-04-04 05:23:28 -0700 (Fri, 04 Apr 2008)
New Revision: 21635

Log:
fix for festival install patch

Modified:
   trunk/buildroot/package/festival/speech-tools/speech-tools-1.2.96-beta-install.patch


Changeset:
Modified: trunk/buildroot/package/festival/speech-tools/speech-tools-1.2.96-beta-install.patch
===================================================================
--- trunk/buildroot/package/festival/speech-tools/speech-tools-1.2.96-beta-install.patch	2008-04-04 10:04:41 UTC (rev 21634)
+++ trunk/buildroot/package/festival/speech-tools/speech-tools-1.2.96-beta-install.patch	2008-04-04 12:23:28 UTC (rev 21635)
@@ -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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/festival/speech-tools
@ 2008-04-07 19:26 ninevoltz at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: ninevoltz at uclibc.org @ 2008-04-07 19:26 UTC (permalink / raw)
  To: buildroot

Author: ninevoltz
Date: 2008-04-07 12:26:02 -0700 (Mon, 07 Apr 2008)
New Revision: 21663

Log:
another minor installer fix for festival

Modified:
   trunk/buildroot/package/festival/speech-tools/speech-tools-1.2.96-beta-install.patch


Changeset:
Modified: trunk/buildroot/package/festival/speech-tools/speech-tools-1.2.96-beta-install.patch
===================================================================
--- trunk/buildroot/package/festival/speech-tools/speech-tools-1.2.96-beta-install.patch	2008-04-07 07:59:08 UTC (rev 21662)
+++ trunk/buildroot/package/festival/speech-tools/speech-tools-1.2.96-beta-install.patch	2008-04-07 19:26:02 UTC (rev 21663)
@@ -36,11 +36,12 @@
 -
 +	@$(ECHO_N) "Install Scheme Libraries:"
 +	@main=`pwd` ;\
-+	cp -a "$$main/../../lib" "$(DESTDIR)/usr/share/festival";\
++	mkdir -p "$(DESTDIR)/usr/share/festival"; 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
++ 
+ .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)
+ 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-07 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-07 19:26 [Buildroot] svn commit: trunk/buildroot/package/festival/speech-tools ninevoltz at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2008-04-04 12:23 ninevoltz at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox