projects
/
people
/
teissler
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0257419
)
glibc: Install all known locales.
author
Michael Tremer
<michael.tremer@ipfire.org>
Tue, 1 Apr 2014 14:24:50 +0000
(16:24 +0200)
committer
Michael Tremer
<michael.tremer@ipfire.org>
Tue, 1 Apr 2014 14:24:50 +0000
(16:24 +0200)
lfs/glibc
patch
|
blob
|
blame
|
history
diff --git
a/lfs/glibc
b/lfs/glibc
index
dcbffc2
..
f0d8aba
100644
(file)
--- a/
lfs/glibc
+++ b/
lfs/glibc
@@
-298,8
+298,7
@@
endif
ifeq "$(ROOT)" ""
# Creating the locales
mkdir -p /usr/lib/locale
- cd $(DIR_SRC)/glibc-build && localedef -i en_US -f ISO-8859-1 en_US
- cd $(DIR_SRC)/glibc-build && localedef -i en_US -f UTF-8 en_US.utf8
+ cd $(DIR_SRC)/glibc-build && make localedata/install-locales
# Timezone data will be shipped by tzdata.
rm -rfv /usr/share/zoneinfo