[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#636086: [PATCH] Use C.UTF-8 from current libc-bin, rather than our own private en_US.UTF-8



* Niels Thykier <niels@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



Reply to: