lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

0005-Install-lang-files.patch (768B)


      1 From 486b9f924bdf38f5f213feed2631060b44024c11 Mon Sep 17 00:00:00 2001
      2 From: Mathieu Parent <math.parent@gmail.com>
      3 Date: Tue, 27 Oct 2009 23:06:46 +0100
      4 Subject: [PATCH 5/7] Install lang files
      5 
      6 ---
      7  pico/Makefile.am |    9 +++++++++
      8  1 files changed, 9 insertions(+), 0 deletions(-)
      9 
     10 diff --git a/pico/Makefile.am b/pico/Makefile.am
     11 index 9151042..8898050 100644
     12 --- a/pico/Makefile.am
     13 +++ b/pico/Makefile.am
     14 @@ -70,6 +70,15 @@ libttspico_la_HEADERS = \
     15      lib/picotrns.h \
     16      lib/picowa.h
     17  
     18 +picolangdir = $(datadir)/pico/lang
     19 +picolang_DATA = \
     20 +    lang/de-DE*.bin \
     21 +    lang/en-GB*.bin \
     22 +    lang/en-US*.bin \
     23 +    lang/es-ES*.bin \
     24 +    lang/fr-FR*.bin \
     25 +    lang/it-IT*.bin
     26 +
     27  bin_PROGRAMS = pico2wave
     28  pico2wave_SOURCES = \
     29  	bin/pico2wave.c
     30 -- 
     31 1.7.1
     32