diff --git a/a2ps-sort.patch b/a2ps-sort.patch new file mode 100644 index 0000000..ea0c305 --- /dev/null +++ b/a2ps-sort.patch @@ -0,0 +1,22 @@ +--- a2ps-4.13/i18n-fonts-0.1/make_fonts_map.sh.sort 2006-04-04 13:49:44.000000000 +0100 ++++ a2ps-4.13/i18n-fonts-0.1/make_fonts_map.sh 2006-04-04 13:52:00.000000000 +0100 +@@ -80,7 +80,7 @@ + + # Sort them by name, and keep a unique file for each font + echo "Sorting entries..." 1>&2 +-sort -u -t' ' +0 -1 fonts.map.new > fonts.map.tmp ++sort -u -t' ' -k1,2 fonts.map.new > fonts.map.tmp + + echo "Finishing." 1>&2 + cat > fonts.map.new <&2 +-sort -u -t' ' +0 -1 fonts.map.new > fonts.map.tmp ++sort -u -t' ' -k1,2 fonts.map.new > fonts.map.tmp + + echo "Finishing." 1>&2 + cat > fonts.map.new < 4.13b-50 +- Use sort correctly in make_font_map.sh (bug #187884). + * Wed Feb 15 2006 Tim Waugh 4.13b-49 - Use mktemp in scripts.