From 8a82cc302401f7beea53f0395bbba2030ffe587a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 13 Aug 2000 07:01:35 +0000 Subject: Update. * locale/programs/localedef.c: Implement --prefix option to allow writing in standard places of alternative install directories. --- localedata/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localedata/Makefile') 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 -- cgit v1.2.3