From 3b96c7ee3570583c298cf89c22934467da24aa0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 10 Feb 2019 14:02:46 +0100 Subject: Add muttprint --- patches/muttprint_regex.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/muttprint_regex.patch (limited to 'patches/muttprint_regex.patch') diff --git a/patches/muttprint_regex.patch b/patches/muttprint_regex.patch new file mode 100644 index 0000000..e99c4a2 --- /dev/null +++ b/patches/muttprint_regex.patch @@ -0,0 +1,11 @@ +--- a/muttprint 2015-07-21 11:18:04.219578426 +1200 ++++ b/muttprint 2015-07-21 11:18:53.906243779 +1200 +@@ -1635,7 +1635,7 @@ + open (AUX, "$auxfile") or fatalError "Could not open $auxfile:\n$!"; + + while () { +- ($numberOfPages) = /\\newlabel{LastPage}{{}{(\d+)}}/; ++ ($numberOfPages) = /\\newlabel\{LastPage}\{\{}\{(\d+)}}/; + } + + close AUX or fatalError "Could not close $auxfile:\n$!"; -- cgit v1.2.3