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 2f63004119..8bdbedfb90 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -188,7 +188,7 @@ install-locales: case $$locale in \#*) continue;; esac; \ $(LOCALEDEF) -i locales/`echo $$locale | sed 's/\([^.]*\).*/\1/'` \ -c -f charmaps/$$charset \ - $(inst_localedir)/$$locale; \ + $(addprefix --prefix=,$(install_root)) $$locale; \ done < SUPPORTED # The mbwc-tests need some environment setup to find the locale data files |