mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
(install-locales): Remove the -u switch from localedef command line.
This commit is contained in:
parent
e8c6a44246
commit
acb53dc1ae
@ -168,7 +168,6 @@ install-locales:
|
||||
case $$locale in \#*) continue;; esac; \
|
||||
$(LOCALEDEF) -i locales/`echo $$locale | sed 's/\([^.]*\).*/\1/'` \
|
||||
-c -f charmaps/$$charset \
|
||||
-u repertoiremaps/mnemonic.ds \
|
||||
$(inst_localedir)/$$locale; \
|
||||
done < SUPPORTED
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user