From a2230e848bc85e484ef14163ac90fdb7045855f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 26 Apr 2019 02:35:33 +0200 Subject: Move more packages to separate files --- patches/muttprint_regex.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 patches/muttprint_regex.patch (limited to 'patches/muttprint_regex.patch') diff --git a/patches/muttprint_regex.patch b/patches/muttprint_regex.patch deleted file mode 100644 index e99c4a2..0000000 --- a/patches/muttprint_regex.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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