summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-04-16 19:39:02 +0000
committerbapt <bapt@FreeBSD.org>2016-04-16 19:39:02 +0000
commit2172294040a58f6cd9c0a382f13c35712ab38143 (patch)
tree4df170018c0c2906a44c7dfaf4fa6ba0d13cfa90 /tools
parent2ce876c7ed57d32a75b64a54412e01ec87f5e70e (diff)
downloadFreeBSD-src-2172294040a58f6cd9c0a382f13c35712ab38143.zip
FreeBSD-src-2172294040a58f6cd9c0a382f13c35712ab38143.tar.gz
Do not forget to set the destination directory for the new collation
Diffstat (limited to 'tools')
-rwxr-xr-xtools/tools/locale/tools/cldr2def.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/locale/tools/cldr2def.pl b/tools/tools/locale/tools/cldr2def.pl
index 3f61bb1..da94036 100755
--- a/tools/tools/locale/tools/cldr2def.pl
+++ b/tools/tools/locale/tools/cldr2def.pl
@@ -820,6 +820,7 @@ sub make_makefile {
$SRCOUT3 = "" .
".for f t in \${LOCALES_MAPPED}\n" .
"FILES+=\t\$t.LC_COLLATE\n" .
+ "FILESDIR_\$t.LC_COLLATE=\t\${LOCALEDIR}/\$t\n" .
"\$t.LC_COLLATE: \${.CURDIR}/\$f.src\n" .
"\tlocaledef -D -U -i \${.ALLSRC} \\\n" .
"\t\t-f \${MAPLOC}/map.\${.TARGET:T:R:E} \\\n" .
OpenPOWER on IntegriCloud