summaryrefslogtreecommitdiff
path: root/localedata/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-13 07:01:35 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-13 07:01:35 +0000
commit8a82cc302401f7beea53f0395bbba2030ffe587a (patch)
tree7b6793d9f3bfa0ca5dac4fbd62eff6ffc3373ee6 /localedata/Makefile
parent8868f97b04da96174316ca6f46d1c3354c19e3e8 (diff)
Update.
* locale/programs/localedef.c: Implement --prefix option to allow writing in standard places of alternative install directories.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r--localedata/Makefile2
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