Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
7daa4f89bc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/glibc/glibc.conf

+ 1
- 1
package/base/glibc/glibc.conf

@ -223,7 +223,7 @@ glibc_custmain () {
if [ $stagelevel -ge 3 && -z "$pkg_glibc_cross" ] ; then
# otherwise we risk the hosts /usr/lib/locale/locale-archive being overwritten
eval $MAKE localedata/install-locales
cp -v ../localedata/SUPPORTED $root/usr/share/i18n/
cp -v ../glibc-*/localedata/SUPPORTED $root/usr/share/i18n/
fi
# The commands below install a small set of locales for running test suites.

Loading…
Cancel
Save