* Niels Thykier <ni...@thykier.net>, 2011-08-22, 21:44:
+ if (-d "$LINTIAN_ROOT/locale/C.UTF-8") { + $ENV{LOCPATH} = "$LINTIAN_ROOT/locale"; + } elsif (-d '/var/lib/lintian/locale/C.UTF-8') { + $ENV{LOCPATH} = '/var/lib/lintian/locale'; + }
Hmm, but we never generate C.UTF-8 (if C.UTF-8 is not provided by libc-bin, then we generate en_US.UTF-8).
Did you mean .../locale/en_US.UTF-8?
+if [ ! -d '/usr/lib/locale/en_US.UTF-8' ] ; then
/usr/lib/locale/en_US.UTF-8 doesn't exist. Did you mean /usr/lib/locale/C.UTF-8? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org