festival: fix install script 37/34337/2
authorSaul Wold <sgw@linux.intel.com>
Fri, 23 Jan 2015 14:08:34 +0000 (06:08 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Mon, 26 Jan 2015 08:22:32 +0000 (00:22 -0800)
The install was hardwired for unknown_Linux, but there is some host
contamination, that determines it could be DebianGNULinux, so make the
install host agnostic.

Change-Id: Ib50e2c0ea0477f70ed53bab57d89f742497d42eb
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta-tizen-common-base/recipes-extended/festival/festival.inc

index 44f898d..a5e3af3 100644 (file)
@@ -186,7 +186,7 @@ do_install() {
  cp lib/*.ngrambin ${D}${prefix}/share/festival/
  cp lib/*.gram ${D}${prefix}/share/festival/
  cp lib/*.el ${D}${prefix}/share/festival/
- install -D lib/etc/unknown_Linux/audsp ${D}${prefix}/lib/festival/audsp
+ install -D lib/etc/*Linux/audsp ${D}${prefix}/lib/festival/audsp
  # install libs
  install -D src/lib/libFestival.so  ${D}${prefix}/lib/libFestival.so
  # install includes