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

Bug#274330: countrychooser: Uninstallable with Japanese (and maybe some other languages)



tags 274330 patch
thanks

Quoting Kenshi Muto (kmuto@debian.org):
> Package: countrychooser
> Severity: serious
> Version: sid d-i 20040930 (= same as tc2?)
> 
> Hi,
> 
> When I choose Japanese for install language, countrychooser returns
> error silently.

Attached is an untested patch

The problem is the lack of the countrychooser/shortlist template in
the final templates file.


--- mk_shortlist_templates.old	2004-10-01 08:45:34.000000000 +0200
+++ mk_shortlist_templates	2004-10-01 08:45:48.000000000 +0200
@@ -29,7 +29,8 @@
 awk -v TFILE1="$TEMPLATE_TMP" -v TFILE2="$TEMPLATE_NEW" \
     -v TEMPLATE="$TEMPLATE_NAME" -f template_extract.awk \
     $TEMPLATE_BASE
-    echo "" >>$TEMPLATE_NEW
+
+cp $TEMPLATE_BASE $TEMPLATE_NEW
 
 # Get the English versions of the template items
 EN_CHOICES=$(awk -v ITEM="Choices:" -f template_get_item.awk \

Reply to: