Author: bapt
Date: Sat Apr 16 19:39:02 2016
New Revision: 298124
URL: https://svnweb.freebsd.org/changeset/base/298124

Log:
  Do not forget to set the destination directory for the new collation

Modified:
  head/tools/tools/locale/tools/cldr2def.pl

Modified: head/tools/tools/locale/tools/cldr2def.pl
==============================================================================
--- head/tools/tools/locale/tools/cldr2def.pl   Sat Apr 16 18:10:11 2016        
(r298123)
+++ head/tools/tools/locale/tools/cldr2def.pl   Sat Apr 16 19:39:02 2016        
(r298124)
@@ -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" .
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to