patches/glibc/ports-2.13/270-china.patch
author Anthony Foiani <anthony.foiani@gmail.com>
Thu Apr 26 19:55:59 2012 -0600 (2012-04-26)
changeset 2939 58974be61289
permissions -rw-r--r--
Allow multi-word "install" command.

Autoconf can determine that the correct install command includes flags,
e.g., "/usr/bin/install -c". When using this as a command, we can't
enclose the value in double-quotes, as that makes some shells use the
whole expression as a filename:

# this is the value returned by autoconf and stored in CT_install
$ ins="/usr/bin/install -c"

# if we call it with quotes, the command is not found
$ "${ins}"
bash: /usr/bin/install -c: No such file or directory

# removing the quotes lets it work as expected
$ ${ins}
/usr/bin/install: missing file operand
Try `/usr/bin/install --help' for more information.

Signed-Off-By: Anthony Foiani <anthony.foiani@gmail.com>
yann@2438
     1
yann@2438
     2
yann@2438
     3
diff -durN glibc-2.13.orig/localedata/locales/zh_TW glibc-2.13/localedata/locales/zh_TW
yann@2438
     4
--- glibc-2.13.orig/localedata/locales/zh_TW	2004-11-01 00:42:28.000000000 +0100
yann@2438
     5
+++ glibc-2.13/localedata/locales/zh_TW	2009-11-13 00:50:17.000000000 +0100
yann@2438
     6
@@ -1,7 +1,7 @@
yann@2438
     7
 comment_char %
yann@2438
     8
 escape_char /
yann@2438
     9
 %
yann@2438
    10
-% Chinese language locale for Taiwan R.O.C.
yann@2438
    11
+% Chinese language locale for Taiwan
yann@2438
    12
 % charmap: BIG5-CP950
yann@2438
    13
 %
yann@2438
    14
 % Original Author:
yann@2438
    15
@@ -17,7 +17,7 @@
yann@2438
    16
 % Reference:	http://wwwold.dkuug.dk/JTC1/SC22/WG20/docs/n690.pdf
yann@2438
    17
 
yann@2438
    18
 LC_IDENTIFICATION
yann@2438
    19
-title      "Chinese locale for Taiwan R.O.C."
yann@2438
    20
+title      "Chinese locale for Taiwan"
yann@2438
    21
 source     ""
yann@2438
    22
 address    ""
yann@2438
    23
 contact    ""
yann@2438
    24
@@ -25,7 +25,7 @@
yann@2438
    25
 tel        ""
yann@2438
    26
 fax        ""
yann@2438
    27
 language   "Chinese"
yann@2438
    28
-territory  "Taiwan R.O.C."
yann@2438
    29
+territory  "Taiwan"
yann@2438
    30
 revision   "0.2"
yann@2438
    31
 date       "2000-08-02"
yann@2438
    32
 %