diff options
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index c071f53dfb..f4260cbeaf 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -86,7 +86,7 @@ endif endif # Sometimes the whole collection of locale files should be installed. -LOCALEDEF=$(common-objpfx)elf/ld.so --library-path $(rpath-link) $(common-objpfx)locale/localedef +LOCALEDEF=I18NPATH=. $(common-objpfx)elf/ld.so --library-path $(rpath-link) $(common-objpfx)locale/localedef install-locales: while read locale charset; do \ case $$locale in \#*) continue;; esac; \ |