A small bug in the timezone script no-one ever bothered to fix...

This commit is contained in:
alexhudson
2007-02-16 23:27:38 +00:00
parent 44db3213dc
commit 9e834fe6fa
+3 -3
View File
@@ -33,12 +33,12 @@ sort generated.tznames > generated.sort
mv generated.sort generated.tznames
echo "## This file is autogenerated by update-zoneinfo.sh" > Bongo.rules
echo "nobase_dist_pkgdata_DATA +== \\" >> Bongo.rules
echo "nobase_dist_pkgdata_DATA += \\" >> Bongo.rules
ls *.zone | sed -e 's^.*^\tzoneinfo/& \\^' >> Bongo.rules
printf "\tgenerated.tznames \\" >> Bongo.rules
printf "\n\tamerica.tznames \\" >> Bongo.rules
printf "\tzoneinfo/generated.tznames \\" >> Bongo.rules
printf "\n\tzoneinfo/america.tznames \\" >> Bongo.rules
printf "\n\t\$(NULL)\n" >> Bongo.rules
printf "\nzoneinfo/all:\n" >> Bongo.rules